{"id":48081350,"url":"https://github.com/mudler/agenthub","last_synced_at":"2026-04-04T14:53:39.718Z","repository":{"id":340864484,"uuid":"1165149459","full_name":"mudler/agenthub","owner":"mudler","description":"LocalAGI agent hub","archived":false,"fork":false,"pushed_at":"2026-03-16T17:18:41.000Z","size":948,"stargazers_count":12,"open_issues_count":0,"forks_count":7,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T10:56:39.357Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://agenthub.localai.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mudler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":null,"dco":null,"cla":null}},"created_at":"2026-02-23T21:54:54.000Z","updated_at":"2026-03-16T17:18:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mudler/agenthub","commit_stats":null,"previous_names":["mudler/agenthub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mudler/agenthub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudler%2Fagenthub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudler%2Fagenthub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudler%2Fagenthub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudler%2Fagenthub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mudler","download_url":"https://codeload.github.com/mudler/agenthub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudler%2Fagenthub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31403781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-04-04T14:53:39.603Z","updated_at":"2026-04-04T14:53:39.692Z","avatar_url":"https://github.com/mudler.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AgentHub\n\n\u003cdiv align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg width=\"300\" src=\"./assets/logo.png\"\u003e\n  \u003cbr\u003e\n\u003c/div\u003e\n\n**AgentHub** is the agent configuration repository for LocalAI ecosystem. Browse, share, and discover agent configurations powered by [LocalAI](https://localai.io).\n\n\u003e 💡 Part of the [LocalAI](https://localai.io) family - The free, Open Source openAI alternative.\n\n## 🚀 Quick Links\n\n- **[LocalAI Website](https://localai.io)** - Main documentation and getting started guide\n- **[AgentHub](https://agenthub.localai.io)** - Browse agent configurations\n- **[LocalAI Documentation](https://localai.io/basics/getting_started/)** - Get started with LocalAI\n- **[Models](https://models.localai.io)** - Discover available models\n\n## 📚 About\n\nAgentHub provides a curated collection of agent configurations that work seamlessly with LocalAI. Whether you're looking for planning agents, reasoning agents, or specialized AI assistants, you'll find them here.\n\n### Features\n\n- 🤖 Browse and discover agent configurations\n- 🔍 Search by model, capability, or use case  \n- 📥 Download and deploy agents instantly\n- 🎨 Modern UI with LocalAI branding\n- 🌙 Dark/light theme support\n\n## 🏗️ Part of LocalAI Stack\n\nAgentHub is part of the integrated LocalAI ecosystem:\n\n- **[LocalAI](https://localai.io)** - Open Source OpenAI alternative for local AI inferencing\n- **[LocalAGI](https://github.com/mudler/LocalAGI)** - AI agent orchestration platform\n- **[LocalRecall](https://github.com/mudler/LocalRecall)** - MCP/REST API knowledge base system\n- **[Cogito](https://github.com/mudler/cogito)** - Go library for intelligent agentic software\n- **[Wiz](https://github.com/mudler/wiz)** - Terminal-based AI agent (Ctrl+Space)\n- **[SkillServer](https://github.com/mudler/skillserver)** - Centralized skills database\n\n## 🛠️ Usage\n\n### Browse Agents\n\nVisit [https://agenthub.localai.io](https://agenthub.localai.io) to browse available agents.\n\n### Add Your Own Agent\n\n1. Fork this repository\n2. Add your agent configuration in the `agents/` directory\n3. Create a Pull Request\n\n### Development\n\n```bash\n# Serve locally\npython -m http.server 8000\n\n# Or use any static file server\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- Built with love as part of the [LocalAI](https://localai.io) ecosystem\n- Icons by [Font Awesome](https://fontawesome.com)\n- Powered by [LocalAI](https://localai.io)\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n[![LocalAI](https://img.shields.io/badge/LocalAI-Website-38BDF8?style=for-the-badge\u0026logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==)](https://localai.io)\n[![Discord](https://img.shields.io/badge/Discord-Join-blue?style=for-the-badge\u0026logo=discord)](https://discord.gg/uJAeKSAGDy)\n[![Twitter](https://img.shields.io/badge/Twitter-Follow-black?style=for-the-badge\u0026logo=x)](https://twitter.com/LocalAI_API)\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudler%2Fagenthub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmudler%2Fagenthub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudler%2Fagenthub/lists"}