[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-83081":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":33,"readmeContent":34,"aiSummary":35,"trendingCount":16,"starSnapshotCount":16,"syncStatus":36,"lastSyncTime":37,"discoverSource":38},83081,"litellm-agent-platform","LiteLLM-Labs\u002Flitellm-agent-platform","LiteLLM-Labs","Self-hosted agent builder - Build agents on top of OpenCode, Hermes, Claude Managed Agents, Cursor Agents API, DeepAgents.","https:\u002F\u002Fdocs.litellm-agent-platform.ai",null,"Rust",782,75,6,7,0,89,152,267,96.64,false,"main",true,[25,26,27,28,29,30,31,32],"agent-platform","agent-vault","claude-code","codex","codex-cli","litellm","litellm-ai-gateway","sandbox","2026-06-12 04:01:40","# LiteLLM Agent Platform\n\nLiteLLM Agent Platform lets you run a harness (Claude Code, Codex, Hermes) as a service. They select a harness, tools, and a system prompt, deploy it, and can start running and managing agents.\n\n \nLiteLLM Agent Platform manages:\n \n- **Unified interface for harnesses** - swap between Claude Code, Codex, Hermes, PI AI\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## Usage: Create an Agent\n\n### Make an agent in the UI\n\nSelect a harness, attach your tools, set a system prompt, and deploy.\n\n> _[ screenshot: select a harness ]_\n\n1. **Select a harness.** Claude Code, Codex, Hermes, or OpenCode.\n2. **Set it up.** Attach your tools and a system prompt. Your MCP servers and keys are already there from when you signed in.\n3. **Deploy it.** One click. Then start running and managing agents from the UI or an API.\n\n> _[ screenshot: set up the agent ]_\n\n> _[ screenshot: deploy and run ]_\n\n### Your tools are already connected\n\nAdd a key to the platform once. When you sign in, your GitHub and AWS MCPs are already there. You do not add them again. The agent just uses the keys.\n\n## Usage: Create an Agent API\n\nEverything you can make in the UI you can make over the API.\n\n### Create an agent\n\n```bash\ncurl http:\u002F\u002Flocalhost:4000\u002Fagents -X POST \\\n  -H \"Authorization: Bearer $LITELLM_KEY\" \\\n  -d '{\n    \"name\": \"ci-fixer\",\n    \"harness\": \"claude-code\",\n    \"model\": \"anthropic\u002Fclaude-sonnet-4-5\",\n    \"system_prompt\": \"You monitor CI and fix failing checks.\",\n    \"tools\": [\"github\", \"aws\"]\n  }'\n```\n\n### Run the agent\n\n```bash\ncurl http:\u002F\u002Flocalhost:4000\u002Fagents\u002Fci-fixer\u002Fruns -X POST \\\n  -H \"Authorization: Bearer $LITELLM_KEY\" \\\n  -d '{ \"input\": \"Fix the failing CI check on PR #418\" }'\n```\n\n\n## Supported Harnesses\n\n- Claude Code\n- Codex\n- Hermes\n- OpenCode\n\n\n## Contributing\n\nPRs welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).\n","LiteLLM Agent Platform 是一个自托管平台，用于在隔离沙箱中运行编程代理（如Claude Code、Codex和Hermes），并通过金库代理进行管理。该平台提供统一的接口来切换不同的编程代理，支持会话管理和CRON调度功能，使代理能够在多次运行之间保持上下文记忆。适用于需要自动化代码生成、持续集成监控与修复等场景。用户既可以通过图形界面轻松创建和管理代理，也可以通过API实现同样的功能。此项目采用TypeScript开发，目前已有693个Star和64个Fork，适合寻求提高软件开发效率或探索AI辅助编程解决方案的技术团队使用。",2,"2026-06-11 04:10:03","CREATED_QUERY"]