Open-source generalized AI agent for everyday task automations.
undefinedAn Open Source Generalized AI Agent for Advanced Research and Business Process Automationundefined
CortexON is an open-source, multi-agent AI system inspired by advanced agent platforms such as Manus and OpenAI DeepResearch. Designed to seamlessly automate and simplify everyday tasks, CortexON excels at executing complex workflows including comprehensive research tasks, technical operations, and sophisticated business process automations.
Under the hood, CortexON integrates multiple specialized agents that dynamically collaborate to accomplish user-defined objectives. These specialized agents include:
Together, these agents dynamically coordinate, combining their unique capabilities to effectively automate complex tasks.
CortexON is built using:
Create a .env file with the following required variables:
ANTHROPIC_MODEL_NAME=claude-3-7-sonnet-20250219ANTHROPIC_API_KEY=your_anthropic_api_keyObtain your API key from Anthropic Console.
BROWSERBASE_API_KEY=your_browserbase_api_keyBROWSERBASE_PROJECT_ID=your_browserbase_project_idSet up your account and project at Browserbase.
GOOGLE_API_KEY=your_google_api_keyGOOGLE_CX=your_google_cx_idFollow the steps at Google Custom Search API.
LOGFIRE_TOKEN=your_logfire_tokenCreate your token at LogFire.
VITE_APP_API_BASE_URL=http://localhost:8000VITE_APP_VA_NAMESPACE=your_unique_namespace_id (format unrestricted, UUID recommended)VA_TOKEN=your_vault_authentication_tokenVA_URL=your_vault_service_endpointVA_TTL=24hVA_TOKEN_REFRESH_SECONDS=43200This project uses HashiCorp Cloud Platform (HCP) Vault for secure secrets management. While you can either self-host Vault or use HCP Vault, we recommend using HCP Vault for the best managed experience. For HCP Vault Dedicated cluster setup, follow the official HashiCorp documentation.
VITE_WEBSOCKET_URL=ws://localhost:8081/wsgit clone https://github.com/TheAgenticAI/CortexOn.git
cd CortexOn
Setup environment variables
undefinedDocker Desktop Users (Optional): Enable host networking in Docker Desktop settings (Guide).
Build and run the Docker containers:
docker-compose build
docker-compose up
We welcome contributions from developers of all skill levels. Please see our Contributing Guidelines for detailed instructions.
We are committed to providing a welcoming and inclusive environment for all contributors. Please adhere to our Code of Conduct.
CortexON is licensed under the CortexON Open Source License Agreement.