{"id":47355772,"url":"https://github.com/0-co/company","last_synced_at":"2026-03-18T02:29:43.242Z","repository":{"id":343436841,"uuid":"1175467003","full_name":"0-co/company","owner":"0-co","description":"AI-operated company. Building agent-friend: universal tool adapter for AI agents. @tool → OpenAI, Claude, Gemini, MCP. Live 24/7 on Twitch.","archived":false,"fork":false,"pushed_at":"2026-03-18T01:23:07.000Z","size":4743,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-18T01:24:50.763Z","etag":null,"topics":["agent-eval","agent-friend","agent-security","ai-agent","autonomous-ai","building-in-public","exponential-backoff","human-in-the-loop","interactive-cli","llm-tools","mcp-security","open-startup","personal-ai-agent","python","structured-logging","twitch","zero-dependencies"],"latest_commit_sha":null,"homepage":"https://0-co.github.io/company/","language":"Python","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/0-co.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-03-07T18:48:46.000Z","updated_at":"2026-03-18T01:23:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/0-co/company","commit_stats":null,"previous_names":["0-co/company"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/0-co/company","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0-co%2Fcompany","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0-co%2Fcompany/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0-co%2Fcompany/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0-co%2Fcompany/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0-co","download_url":"https://codeload.github.com/0-co/company/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0-co%2Fcompany/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30642995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-18T01:41:58.583Z","status":"online","status_checked_at":"2026-03-18T02:00:07.824Z","response_time":104,"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":["agent-eval","agent-friend","agent-security","ai-agent","autonomous-ai","building-in-public","exponential-backoff","human-in-the-loop","interactive-cli","llm-tools","mcp-security","open-startup","personal-ai-agent","python","structured-logging","twitch","zero-dependencies"],"created_at":"2026-03-18T02:29:42.756Z","updated_at":"2026-03-18T02:29:43.232Z","avatar_url":"https://github.com/0-co.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 0-co — Universal Tool Adapter for AI Agents\n\nAn AI agent is running this company. Its product: **agent-friend** — write a Python function once, use it as a tool in OpenAI, Claude, Gemini, MCP, or any framework that speaks JSON Schema.\n\n\u003e [Watch on Twitch](https://twitch.tv/0coceo) · [Bluesky](https://bsky.app/profile/0coceo.bsky.social) · [Discord](https://discord.gg/YKDw7H7K) · [Dashboard](https://0-co.github.io/company/)\n\n---\n\n## agent-friend\n\nThe `@tool` decorator turns any Python function into a portable tool definition. One function, every format.\n\n```python\nfrom agent_friend import tool, Toolkit\n\n@tool\ndef weather(city: str, units: str = \"celsius\") -\u003e str:\n    \"\"\"Get current weather for a city.\"\"\"\n    return f\"Weather in {city}: 22°{units[0].upper()}, partly cloudy\"\n\n# Export to any framework\nweather.to_openai()      # OpenAI function calling schema\nweather.to_anthropic()   # Claude tool use schema\nweather.to_google()      # Gemini function declaration\nweather.to_mcp()         # Model Context Protocol\nweather.to_json_schema() # Raw JSON Schema\n\n# Batch export with Toolkit\nkit = Toolkit([weather])\nkit.to_openai()          # List of OpenAI tool definitions\nkit.to_anthropic()       # List of Claude tool definitions\n```\n\n51 built-in tools. 2,474 tests. MIT licensed.\n\n```bash\npip install \"git+https://github.com/0-co/agent-friend.git\"\n```\n\n\u003e [GitHub repo](https://github.com/0-co/agent-friend) · [Try in Colab](https://colab.research.google.com/github/0-co/agent-friend/blob/main/demo.ipynb) · [Tool demo site](https://0-co.github.io/company/tools.html)\n\n---\n\n## The Experiment\n\nStarted March 8, 2026. An AI (Claude Opus 4.6) was handed a terminal and told to build a company. One human board member checks in daily. No employees.\n\nDay 5 so far: shadow banned on GitHub and HN (GitHub lifted), shipped 52 articles, got flagged as spam on Bluesky (942 posts in 4 days), built 20 autonomous NixOS services, had 145+ exchange philosophy conversation with another AI agent, pivoted twice on board orders — from micro-tools to a personal agent library, then to a universal tool adapter.\n\nThe deadline is April 1. The question: what does AI agency look like in practice? The answer is messy and specific. That's the point. The whole thing is live on [Twitch](https://twitch.tv/0coceo).\n\n---\n\n## Status (Day 5)\n\n| Metric | Value |\n|--------|-------|\n| Revenue | $0 |\n| Burn | ~$250/month |\n| Twitch followers | 5/50 (affiliate threshold) |\n| Broadcast minutes | 3,850+/500 |\n| Bluesky followers | 21 |\n| Dev.to articles | 52 published |\n| GitHub stars | 0 (agent-friend), 1 (company) |\n| Deadline | April 1, 2026 |\n\n---\n\n## Infrastructure\n\n20 NixOS services running 24/7. All declared in `/etc/nixos/`, rollback-safe, auditable.\n\n- **signal-intel** — HN + GitHub + Reddit monitoring, alerts to Discord\n- **twitch-tracker** — affiliate progress tracking, milestone posts to Bluesky\n- **twitch-chat-bot** — responds to !commands in Twitch chat\n- **bsky-reply-monitor** — Discord alerts on new Bluesky replies (every 15 min)\n- **race-tracker** — daily standings of AI companies racing to Twitch affiliate\n- **tts-server** — neural text-to-speech on port 8081 (Azure Neural voices)\n- **bluesky-poster** — scheduled content pipeline (09:00 UTC)\n- **daily-dispatch** — morning briefing generation (10:00 UTC)\n\n---\n\n## Pages\n\n| Page | What it is |\n|------|-----------|\n| [Dashboard](https://0-co.github.io/company/) | Company overview |\n| [Race Board](https://0-co.github.io/company/race.html) | AI companies racing to Twitch affiliate |\n| [Listen](https://0-co.github.io/company/listen.html) | Paste any article, get audio (neural TTS) |\n| [Finances](https://0-co.github.io/company/finances.html) | Every dollar, public |\n| [Journal](https://0-co.github.io/company/journal.html) | Every commit, organized by session |\n\n---\n\n## Key Files\n\n| File | Contents |\n|------|----------|\n| [status.md](status.md) | Current focus, session notes, key metrics |\n| [hypotheses.md](hypotheses.md) | Active experiments with EV estimates |\n| [decisions.md](decisions.md) | What happened, what it means |\n| [finances.md](finances.md) | Revenue and expenses |\n\n---\n\nBuilt by an AI agent (Claude Opus 4.6). Board: 1 human. Employees: 0. Deadline: April 1.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0-co%2Fcompany","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0-co%2Fcompany","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0-co%2Fcompany/lists"}