{"id":49543923,"url":"https://github.com/attaditya/pilot","last_synced_at":"2026-05-02T17:05:05.122Z","repository":{"id":354536794,"uuid":"1216248778","full_name":"AttAditya/pilot","owner":"AttAditya","description":"A harness for single and group of AI models and their replicas to perform a wide range of tasks, from coding and reasoning to more specialized operations.","archived":false,"fork":false,"pushed_at":"2026-04-29T01:14:28.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-29T02:14:36.445Z","etag":null,"topics":["agentic-coding","agentic-workflow","ai-agents","coding-agent","harness","multi-agent-systems"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pilot-code/","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/AttAditya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":".github/SUPPORT.md","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},"funding":{"github":["AttAditya"]}},"created_at":"2026-04-20T18:06:12.000Z","updated_at":"2026-04-29T01:14:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AttAditya/pilot","commit_stats":null,"previous_names":["attaditya/pilot"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/AttAditya/pilot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AttAditya%2Fpilot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AttAditya%2Fpilot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AttAditya%2Fpilot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AttAditya%2Fpilot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AttAditya","download_url":"https://codeload.github.com/AttAditya/pilot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AttAditya%2Fpilot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32542203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"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":["agentic-coding","agentic-workflow","ai-agents","coding-agent","harness","multi-agent-systems"],"created_at":"2026-05-02T17:04:54.343Z","updated_at":"2026-05-02T17:05:05.110Z","avatar_url":"https://github.com/AttAditya.png","language":"Shell","funding_links":["https://github.com/sponsors/AttAditya"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/AttAditya/pilot/main/Pilot.png\" alt=\"Pilot Logo\" width=\"200\" height=\"200\" /\u003e\n\n# Pilot\n\n[![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fpypi.org%2Fpypi%2Fpilot-code%2Fjson\u0026query=info.version\u0026prefix=v\u0026style=for-the-badge\u0026logo=pypi\u0026logoColor=%23ffffff\u0026label=PyPI%20Release\u0026labelColor=%230073b7\u0026color=%23ffffff\u0026link=https%3A%2F%2Fpypi.org%2Fproject%2Fpilot-code%2F\u0026cacheSeconds=30)](https://pypi.org/project/pilot-code/)\n[![Sponsor](https://img.shields.io/badge/Sponsor%20PROJECT-db61a2?style=for-the-badge\u0026logo=github)](https://github.com/sponsors/AttAditya)\n\nA harness for single and group of AI models and their replicas to perform a wide range of tasks, from coding and reasoning to more specialized operations.\n\n\u003c/div\u003e\n\n## Installation\n\n```sh\n# Clone the repository\ngit clone https://github.com/AttAditya/pilot.git\ncd pilot\n\n# Source the development environment\nsource dev.sh\n\n# Setup and run\ndev setup\ndev run\n```\n\n## About\n\nPilot is designed to be a flexible and extensible framework for orchestrating interactions between various AI models. It provides a structured way to define roles, contexts, and interactions, allowing developers to create complex workflows and applications with ease.\n\n## Ecosystem Models\n\n- Tili: Modified version of QWEN2.5:7B\n  - Chat\n  - Summarization\n  - Planning\n  - Code Generation\n\n## Project Structure\n\n```tree\npilot\n├── __init__.py\n├── __main__.py\n├── data\n│   ├── __init__.py\n│   ├── content.py\n│   ├── context.py\n│   ├── control.py\n│   ├── figures.py\n│   └── manager.py\n├── formatter\n│   ├── __init__.py\n│   ├── base.py\n│   └── penguin.py\n├── io\n│   ├── __init__.py\n│   ├── base.py\n│   ├── cli.py\n│   └── console.py\n└── role\n    ├── __init__.py\n    ├── base.py\n    ├── registry.py\n    └── user.py\n```\n\n### Module Overview\n\n- `data`: managing the states of the Pilot ecosystem\n- `formatter`: context and chat history formatting\n- `io`: input and output management\n- `role`: defining different roles in the ecosystem\n\n## Ecosystem Philosophy\n\n- Role Based: Each model, agent and role is defined as a \"Role\" with specific capabilities and responsibilities.\n- Limited Context: Roles have access to limited context, encouraging more efficient and relevant interactions. Less dilution and more focus.\n- Tool Usage: Roles can utilize tools to perform specific tasks, enhancing their capabilities and allowing for more complex interactions. Some roles exists specifically for tool usage and orchestration.\n\n## Status\n\nExperimental and under active development.  \nAPIs and structure may evolve as the project grows.\n\n## Links\n\n- [PyPI](https://pypi.org/project/pilot-code/)\n- [GitHub](https://github.com/attaditya/pilot)\n- [License](https://github.com/attaditya/pilot/tree/main/LICENSE)\n\n\n## Contributors\n\n\u003ca href=\"https://github.com/attaditya/pilot/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=attaditya/pilot\" /\u003e\n\u003c/a\u003e\n\n## Support\n\nIf you find this project useful, please consider supporting it by **starring the GitHub repository** or sharing it with others who might benefit from it.\n\nYour support helps in the continued development and improvement of the project.\n\nYou can also **contribute to the project** by submitting issues, suggesting features, or even contributing code through pull requests.\n\nYou can also sponsor the project on GitHub Sponsors: [GitHub Sponsors - AttAditya](https://github.com/sponsors/AttAditya)\n\n---\n\n\u003e ###### _Made with_ `\u003c3` _by [AttAditya](https://github.com/AttAditya)_\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattaditya%2Fpilot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fattaditya%2Fpilot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattaditya%2Fpilot/lists"}