{"id":50889002,"url":"https://github.com/LiteLLM-Labs/litellm-agent-control-plane","last_synced_at":"2026-06-24T00:02:02.197Z","repository":{"id":356406409,"uuid":"1232370714","full_name":"LiteLLM-Labs/litellm-agent-control-plane","owner":"LiteLLM-Labs","description":"1 place to call all your agents - OpenCode, Hermes, Claude Managed Agents, Cursor Agents API, DeepAgents.","archived":false,"fork":false,"pushed_at":"2026-06-20T20:58:35.000Z","size":82978,"stargazers_count":967,"open_issues_count":13,"forks_count":101,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-06-20T22:19:24.717Z","etag":null,"topics":["agent-builder","agent-builder-tools","agent-platform","agent-vault","ai-gateway","claude-code","codex","codex-cli","litellm","litellm-ai-gateway","sandbox"],"latest_commit_sha":null,"homepage":"https://docs.litellm-agent-platform.ai","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LiteLLM-Labs.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-07T21:35:39.000Z","updated_at":"2026-06-20T20:58:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/LiteLLM-Labs/litellm-agent-control-plane","commit_stats":null,"previous_names":["berriai/litellm-agent-platform","litellm-labs/litellm-agent-platform","litellm-labs/litellm-agent-control-plane"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LiteLLM-Labs/litellm-agent-control-plane","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiteLLM-Labs%2Flitellm-agent-control-plane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiteLLM-Labs%2Flitellm-agent-control-plane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiteLLM-Labs%2Flitellm-agent-control-plane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiteLLM-Labs%2Flitellm-agent-control-plane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiteLLM-Labs","download_url":"https://codeload.github.com/LiteLLM-Labs/litellm-agent-control-plane/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiteLLM-Labs%2Flitellm-agent-control-plane/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34677392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-builder","agent-builder-tools","agent-platform","agent-vault","ai-gateway","claude-code","codex","codex-cli","litellm","litellm-ai-gateway","sandbox"],"created_at":"2026-06-15T20:00:21.942Z","updated_at":"2026-06-24T00:02:02.180Z","avatar_url":"https://github.com/LiteLLM-Labs.png","language":"Rust","funding_links":[],"categories":["Rust","Catalog"],"sub_categories":["Harness Architecture \u0026 Orchestration"],"readme":"# LiteLLM Agent Control Plane\n\n1 place to call all your agents - OpenCode, Hermes, Claude\nManaged Agents, Cursor Agents API, Deep Agents.\n\n[![Discord](https://img.shields.io/badge/Discord-Chat-5865F2?logo=discord\u0026logoColor=white)](https://discord.gg/Nkxw3rm3EE)\n\n![LiteLLM Agent Platform dashboard](https://github.com/user-attachments/assets/04333758-829c-4b19-bde3-23ade37bb9f1)\n\nLiteLLM Agent Control Plane sits on top of any runtime. Pick a runtime, create an\nagent, give your team one UI.\n\nIt manages:\n\n- **Unified API across runtimes** - one API to create and run agents,\n  regardless of the runtime underneath\n- **Access** - developers create and run agents here, no Bedrock or Anthropic\n  console access required\n- **Session management** - persistent agent sessions across runs\n- **CRON schedules** - run agents on a schedule\n- **Memory** - agents remember context across sessions\n\n## Quick Start\n\nPrerequisite: Docker Desktop.\n\n```bash\ndocker compose --profile opencode up\n```\n\nOpen [http://localhost:4000](http://localhost:4000) and sign in with the\nmaster key (`sk-local` by default). Compose starts the LiteLLM Agent Platform\nweb/API service, a Postgres database, the OpenCode template runtime, and\nregisters `local-opencode` in the UI automatically.\n\nTo start only the base LAP stack:\n\n```bash\ndocker compose up\n```\n\nTo start other template runtime profiles and add them to the UI automatically:\n\n```bash\ndocker compose --profile deepagents up\ndocker compose --profile hermes up\ndocker compose --profile openclaw up\ndocker compose --profile opencode --profile deepagents up\n```\n\nProfiles register `local-opencode`, `local-deepagents`, `local-hermes`, and\n`local-openclaw`\nthrough the LAP API after the services are healthy. Add provider credentials in\nSettings before running agents against a hosted model provider.\n\n## Usage: Create an Agent\n\n### 1. Make an agent in the UI\n\n![Create agent screen](https://github.com/user-attachments/assets/d2083454-b7c1-4337-b2c2-4c4ba99991b6)\n\n### 2. Select tools and skills to connect to your agent\n\n![Select tools and skills](https://github.com/user-attachments/assets/efd59a4e-dcc7-487a-923b-005ac44b44b0)\n\n### 3. Use your agent\n\nSelect your agent and the runtime you want to run it on.\n\n![Run agent on a runtime](https://github.com/user-attachments/assets/be9cfd8c-4475-4309-bed0-4edcd7dd1de1)\n\n## Supported Agent Runtimes\n\n- Claude Managed Agents\n- Cursor Agents API\n- OpenCode Agents\n- OpenClaw Agents\n- Deep Agents\n- Hermes Agent\n\n## Contributing\n\nPRs welcome. See [docs/engineering/contributing.mdx](docs/engineering/contributing.mdx).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLiteLLM-Labs%2Flitellm-agent-control-plane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLiteLLM-Labs%2Flitellm-agent-control-plane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLiteLLM-Labs%2Flitellm-agent-control-plane/lists"}