{"id":51206709,"url":"https://github.com/raiderrobert/tina","last_synced_at":"2026-06-28T03:30:35.751Z","repository":{"id":357931822,"uuid":"1239106117","full_name":"raiderrobert/tina","owner":"raiderrobert","description":"AI agent toolkit","archived":false,"fork":false,"pushed_at":"2026-05-14T21:20:54.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-14T23:26:03.219Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/raiderrobert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-05-14T19:10:14.000Z","updated_at":"2026-05-14T21:20:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/raiderrobert/tina","commit_stats":null,"previous_names":["raiderrobert/tina"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/raiderrobert/tina","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raiderrobert%2Ftina","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raiderrobert%2Ftina/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raiderrobert%2Ftina/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raiderrobert%2Ftina/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raiderrobert","download_url":"https://codeload.github.com/raiderrobert/tina/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raiderrobert%2Ftina/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34876271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2026-06-28T03:30:33.683Z","updated_at":"2026-06-28T03:30:35.736Z","avatar_url":"https://github.com/raiderrobert.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tina\n\n\u003e *\"Tina, eat. Food. Eat the FOOD!\"*\n\n---\n\n# Tina Agent Toolkit Mono Repo\n\nThis is the home of the Tina agent toolkit — a Python AI agent harness with batteries included and swappable components.\n\n* **[tina](packages/tina)**: CLI, coding tools, and autonomous loop\n* **[tina-agent](packages/tina-agent)**: Agent runtime with tool calling, events, sessions, and skills\n* **[tina-ai](packages/tina-ai)**: Typed multi-provider LLM API (Anthropic, OpenAI, Google, …)\n\n## All Packages\n\n| Package | Description |\n|---------|-------------|\n| **[tina-ai](packages/tina-ai)** | LLM abstraction — models, streaming, provider protocol. Default wraps Pydantic AI. |\n| **[tina-agent](packages/tina-agent)** | Agent runtime — loop, tool protocol, ExecutionEnv, event bus, sessions, skills |\n| **[tina](packages/tina)** | Product — CLI, coding tools, autonomous task loop |\n\nDependencies flow strictly downward. `tina-ai` has no dependency on `tina-agent`. `tina-agent` has no dependency on `tina`. Each layer is independently useful.\n\n## Key Ideas\n\n- **Typed everything.** Pydantic models for data, Python Protocols for interfaces. Every boundary validates.\n- **Swappable.** Model provider, execution environment, tool set, task source — change any piece without touching the rest.\n- **Sandboxed.** `ExecutionEnv` protocol abstracts file ops and shell. Local for dev, Docker for autonomous. Tools never call `subprocess` directly.\n- **Two-tier events.** Listeners observe (logging, metrics, UI). Hooks intercept (permission gates, context injection, tool overrides).\n- **Autonomous loop.** Implement the `TaskSource` protocol for your work system. Agent processes tasks headlessly. Human reviews at the end.\n- **Skills.** Load domain knowledge from `.md` files.\n\n## Documentation\n\n| Document | Description |\n|----------|-------------|\n| [docs/architecture.md](docs/architecture.md) | System design — layers, agent loop, ExecutionEnv, events, file structure |\n| [docs/types.md](docs/types.md) | Complete type reference across all three packages |\n| [docs/autonomous-loop.md](docs/autonomous-loop.md) | Autonomous loop — task sources, runner, isolation, cost control |\n| [docs/adr/](docs/adr/) | Architecture Decision Records — the why behind each design decision |\n\n## Development\n\n```bash\nuv sync              # Install all dependencies\nuv run pytest        # Run tests\nuv run ruff check    # Lint\nuv run mypy          # Type check\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraiderrobert%2Ftina","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraiderrobert%2Ftina","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraiderrobert%2Ftina/lists"}