A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Autogen studio docker
docker run -d -p 8081:8081 -e "OPENAI_API_KEY=YOUR_API_KEY" ghcr.io/lludlow/autogen-studio
mount the location for database.sql and files
docker run -d -p 8081:8081 -e "OPENAI_API_KEY=YOUR_API_KEY" -v "./data:/app/.autogenstudio" ghcr.io/lludlow/autogen-studio
version: "3"
services:
autogen-studio:
image: ghcr.io/lludlow/autogen-studio
environment:
- OPENAI_API_KEY=YOUR_API_KEY
volumes:
- ./data:/app/.autogenstudio
ports:
- 8081:8081
A Comprehensive Benchmark to Evaluate LLMs as Agents (ICLR'24)
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.
Pocket Flow: Codebase to Tutorial
npx CLI installing 100+ agents, commands, hooks, and integrations in one command