--- title: CowAgent emoji: 🐄 colorFrom: green colorTo: blue sdk: docker pinned: false license: mit app_port: 7860 --- # CowAgent on Hugging Face Spaces Open-source super AI assistant & Agent Harness — deployed on Hugging Face Spaces via Docker. ## Setup Set the following **Secrets** in your Space settings (`Settings → Variables and secrets`): | Secret | Description | |---|---| | `OPEN_AI_API_KEY` | OpenAI API key (optional) | | `CLAUDE_API_KEY` | Anthropic Claude API key (optional) | | `DEEPSEEK_API_KEY` | DeepSeek API key (optional) | | `GEMINI_API_KEY` | Google Gemini API key (optional) | | `WEB_PASSWORD` | Password to protect the web console (recommended) | At least one LLM API key is required. ## Usage Once deployed, open the Space URL — it redirects to the CowAgent web console running on port 7860. ## Source - GitHub: [zhayujie/CowAgent](https://github.com/zhayujie/CowAgent) - Docs: [docs.cowagent.ai](https://docs.cowagent.ai)