{"id":29642971,"url":"https://github.com/The-Swarm-Corporation/Multi-Agent-Template-App","last_synced_at":"2025-07-21T23:02:10.457Z","repository":{"id":242988168,"uuid":"811146890","full_name":"The-Swarm-Corporation/Multi-Agent-Template-App","owner":"The-Swarm-Corporation","description":"A radically simple, reliable, and high performance template to enable you to quickly get set up building multi-agent applications","archived":false,"fork":false,"pushed_at":"2025-03-31T06:14:28.000Z","size":2281,"stargazers_count":32,"open_issues_count":4,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T18:51:36.429Z","etag":null,"topics":["agent-framework","agentic","agentops","agents","autogen","crewai","huggingface","langchain","llms","models","multi-agent","swarms","testing","transformers","transformers-models"],"latest_commit_sha":null,"homepage":"https://github.com/kyegomez/swarms","language":"Shell","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/The-Swarm-Corporation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["kyegomez"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2024-06-06T03:06:47.000Z","updated_at":"2025-02-27T12:24:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5f07726-ab1d-47db-b996-bd36f401031b","html_url":"https://github.com/The-Swarm-Corporation/Multi-Agent-Template-App","commit_stats":null,"previous_names":["kyegomez/multi-agent-template-app","the-swarm-corporation/multi-agent-template-app"],"tags_count":0,"template":true,"template_full_name":"kyegomez/Python-Package-Template","purl":"pkg:github/The-Swarm-Corporation/Multi-Agent-Template-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Swarm-Corporation%2FMulti-Agent-Template-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Swarm-Corporation%2FMulti-Agent-Template-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Swarm-Corporation%2FMulti-Agent-Template-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Swarm-Corporation%2FMulti-Agent-Template-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/The-Swarm-Corporation","download_url":"https://codeload.github.com/The-Swarm-Corporation/Multi-Agent-Template-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Swarm-Corporation%2FMulti-Agent-Template-App/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266398442,"owners_count":23922461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-framework","agentic","agentops","agents","autogen","crewai","huggingface","langchain","llms","models","multi-agent","swarms","testing","transformers","transformers-models"],"created_at":"2025-07-21T23:01:41.182Z","updated_at":"2025-07-21T23:02:10.444Z","avatar_url":"https://github.com/The-Swarm-Corporation.png","language":"Shell","funding_links":["https://github.com/sponsors/kyegomez"],"categories":["🛠️ Development Tools \u0026 Platforms"],"sub_categories":["Templates \u0026 Examples"],"readme":"[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)\n\n# Multi-Agent Template App\n\n[![Join our Discord](https://img.shields.io/badge/Discord-Join%20our%20server-5865F2?style=for-the-badge\u0026logo=discord\u0026logoColor=white)](https://discord.gg/agora-999382051935506503) [![Subscribe on YouTube](https://img.shields.io/badge/YouTube-Subscribe-red?style=for-the-badge\u0026logo=youtube\u0026logoColor=white)](https://www.youtube.com/@kyegomez3242) [![Connect on LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/kye-g-38759a207/) [![Follow on X.com](https://img.shields.io/badge/X.com-Follow-1DA1F2?style=for-the-badge\u0026logo=x\u0026logoColor=white)](https://x.com/kyegomezb)\n\nA radically simple, reliable, and high performance template to enable you to quickly get set up building multi-agent applications\n\n\n\n\n## Installation\n\nYou can install the package using pip\n\n```bash\n$ pip3 install -r requirements.txt\n```\n\n\n### Code Quality 🧹\n\n- `make style` to format the code\n- `make check_code_quality` to check code quality (PEP8 basically)\n- `black .`\n- `ruff . --fix`\n\n### Tests 🧪\n\n[`pytests`](https://docs.pytest.org/en/7.1.x/) is used to run our tests.\n\n### Publish on PyPi 🚀\n\n**Important**: Before publishing, edit `__version__` in [src/__init__](/src/__init__.py) to match the wanted new version.\n\n```\npoetry build\npoetry publish\n```\n\n### CI/CD 🤖\n\nWe use [GitHub actions](https://github.com/features/actions) to automatically run tests and check code quality when a new PR is done on `main`.\n\nOn any pull request, we will check the code quality and tests.\n\nWhen a new release is created, we will try to push the new code to PyPi. We use [`twine`](https://twine.readthedocs.io/en/stable/) to make our life easier. \n\nThe **correct steps** to create a new realease are the following:\n- edit `__version__` in [src/__init__](/src/__init__.py) to match the wanted new version.\n- create a new [`tag`](https://git-scm.com/docs/git-tag) with the release name, e.g. `git tag v0.0.1 \u0026\u0026 git push origin v0.0.1` or from the GitHub UI.\n- create a new release from GitHub UI\n\nThe CI will run when you create the new release.\n\n# Docs\nWe use MK docs. This repo comes with the zeta docs. All the docs configurations are already here along with the readthedocs configs.\n\n\n\n# License\nMIT\n\n\n# Citation\nPlease cite Swarms in your paper or your project if you found it beneficial in any way! Appreciate you.\n\n```bibtex\n@misc{swarms,\n  author = {Gomez, Kye},\n  title = {{Swarms: The Multi-Agent Collaboration Framework}},\n  howpublished = {\\url{https://github.com/kyegomez/swarms}},\n  year = {2023},\n  note = {Accessed: Date}\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FThe-Swarm-Corporation%2FMulti-Agent-Template-App","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FThe-Swarm-Corporation%2FMulti-Agent-Template-App","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FThe-Swarm-Corporation%2FMulti-Agent-Template-App/lists"}