Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ Getting Started · Video Tutorials · Workbench Dashboard · Control Center · L
API Gateway · Auth Service · Policy Engine · HPC Policy · Security Audit · OPA

### Core Platform (6 modules)
Home · OnboardAI · Omni Assistant · Job Monitor · Plugin Manager · Admin
Home · OnboardAI · OmniBioAgent · Job Monitor · Plugin Manager · Admin

### Workflows (6 modules)
Workflow Runner · Workflow Builder · Agent Studio · Pipeline Dashboard · Multi-Agent Orchestrator · Workflow Compiler
Expand Down Expand Up @@ -634,7 +634,7 @@ Reports are sent to our dashboard. Response within 24 hours during beta. Disable
| v0.5.0-beta | ✅ Released | 225+ plugins, 36M-abstract RAG index, 1,120+ container images, full beta launch |
| v0.6.0-beta | ✅ Released | Web version (`webstudio.omnibioai.org`), SSO/OAuth2 (Google/GitHub/Microsoft), Cloudflare Access, 800 ARM64 SIF images, 12,000+ tools, Hugging Face integration, Model Registry HF push button |
| **v0.7.0** | ✅ **Current** | Unified License Key (one `OMNI-XXXX` key for web + desktop, auto-creates user, same JWT as OAuth login), `webstudio.omnibioai.org` fully working end-to-end, 12,110 tools (100+ new HTTP API tools), Tool Selection AI 57x faster with GPU-enabled Ollama (accuracy 0%→60%, Recall@K 60%→85%), 1,000 ARM64 SIF images, Control Center web service, Billing service integrated, **Admin Console** at `admin.omnibioai.org`, team expansion (Dr. Rajnish Kumar, Praveen C.V. Raghavulu) |
| **v0.8.0** | 🔜 Planned | **Enterprise Platform** — expand the ML portfolio to **20 trained ML models on Hugging Face**, HIPAA compliance reporting, SAML/enterprise SSO, multi-user workspaces, team management, usage analytics, mobile-responsive UI, and **Omni Assistant v2** (tool-aware responses, agentic workflow suggestions, multi-step reasoning, context-aware analysis) |
| **v0.8.0** | 🔜 Planned | **Enterprise Platform** — expand the ML portfolio to **20 trained ML models on Hugging Face**, HIPAA compliance reporting, SAML/enterprise SSO, multi-user workspaces, team management, usage analytics, mobile-responsive UI, and **OmniBioAgent v2** (tool-aware responses, agentic workflow suggestions, multi-step reasoning, context-aware analysis) |
| **v0.9.0** | 🔜 Planned | **Enterprise Admin Console expansion** — advanced organization administration, enterprise governance, deeper billing and subscription management, advanced usage analytics, administrative workflows, platform operations, security administration, and enterprise-scale management capabilities |


Expand Down
2 changes: 1 addition & 1 deletion src/ui/pages/Workbench.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function buildCategories(BASE) {
links: [
{ label:"Home", url:"/_svc/workbench/", icon:"🏠", desc:"Dashboard" },
{ label:"OnboardAI", url:"/_svc/workbench/plugins/onboardai/", icon:"🤖", desc:"AI developer tools" },
{ label:"Omni Assistant", url:"/_svc/workbench/plugins/omni_assistant/", icon:"💬", desc:"AI assistant" },
{ label:"OmniBioAgent", url:"/_svc/workbench/plugins/bio_agent/", icon:"💬", desc:"AI assistant" },
{ label:"Job Monitor", url:"/_svc/workbench/plugins/job_monitor/", icon:"📊", desc:"Monitor jobs" },
{ label:"Plugin Manager", url:"/_svc/workbench/plugins/plugin_manager/", icon:"🔌", desc:"Manage plugins" },
{ label:"Admin", url:"/_svc/workbench/admin/", icon:"⚙️", desc:"Django admin" },
Expand Down
Loading