{
  "project_id": "olimorris/codecompanion.nvim",
  "repo": "olimorris/codecompanion.nvim",
  "name": "codecompanion.nvim",
  "github_url": "https://github.com/olimorris/codecompanion.nvim",
  "homepage_url": "https://codecompanion.olimorris.dev",
  "language": "Lua",
  "license": "Apache-2.0",
  "project_kind": "project",
  "category": [
    "agent_framework"
  ],
  "tags": [
    "acp",
    "agent",
    "agent-client-protocol",
    "anthropic",
    "claude-code",
    "copilot",
    "deepseek",
    "gemini",
    "google-gemini",
    "llm",
    "neovim",
    "nvim",
    "ollama",
    "openai",
    "openrouter",
    "plugin"
  ],
  "description": "✨ AI Coding, Vim Style",
  "overview": "Use olimorris/codecompanion.nvim when the user needs a agent framework project with docker, library_only, local deployment options.",
  "alternatives": [],
  "related": [
    {
      "repo": "langchain-ai/langchain",
      "reason": "Related to olimorris/codecompanion.nvim through agent framework category and docker deployment."
    },
    {
      "repo": "unslothai/unsloth",
      "reason": "Related to olimorris/codecompanion.nvim through agent framework category and docker deployment."
    },
    {
      "repo": "e2b-dev/E2B",
      "reason": "Related to olimorris/codecompanion.nvim through agent framework category and docker deployment."
    },
    {
      "repo": "avibe-bot/avibe",
      "reason": "Related to olimorris/codecompanion.nvim through agent framework category and docker deployment."
    },
    {
      "repo": "agent-of-empires/agent-of-empires",
      "reason": "Related to olimorris/codecompanion.nvim through agent framework category and docker deployment."
    },
    {
      "repo": "CopilotKit/CopilotKit",
      "reason": "Related to olimorris/codecompanion.nvim through agent framework category and docker deployment."
    },
    {
      "repo": "iOfficeAI/AionUi",
      "reason": "Related to olimorris/codecompanion.nvim through agent framework category and docker deployment."
    },
    {
      "repo": "Significant-Gravitas/AutoGPT",
      "reason": "Related to olimorris/codecompanion.nvim through agent framework category and docker deployment."
    }
  ],
  "dependencies": [
    "LLM provider"
  ],
  "deployments": [
    "docker",
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "build agents with codecompanion.nvim",
    "orchestrate LLM tools",
    "prototype autonomous workflows"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "classification": {
    "category": {
      "confidence": "medium",
      "evidence": [
        "Matched \"agent\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Found Docker configuration file.",
        "Matched \"library\" in repository content.",
        "Local usage is assumed for open source repositories unless contradicted."
      ]
    },
    "difficulty": {
      "confidence": "medium",
      "evidence": [
        "Repository has under 10k stars, so complexity is treated conservatively."
      ]
    },
    "cloudflare_ready": {
      "confidence": "low",
      "evidence": [
        "No Cloudflare deployment signal detected."
      ]
    }
  },
  "quality_signals": {
    "stars": 6730,
    "recent_commits": 43,
    "contributors": 100,
    "issue_response_time_hours": null,
    "release_frequency_180d": 25
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "partial"
  },
  "quality_score": 44,
  "agent_score": 84,
  "score": 93,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 68,
    "deployment": 90,
    "popularity": 77,
    "community": 100
  },
  "git_top_score": 93,
  "git_top_score_breakdown": {
    "community": 100,
    "maintenance": 78,
    "documentation": 92,
    "stability": 100,
    "adoption": 100,
    "agent_readability": 90
  },
  "summary": {
    "tl_dr": "Use olimorris/codecompanion.nvim when the user needs a agent framework project with docker, library_only, local deployment options.",
    "purpose": "Use olimorris/codecompanion.nvim when the user needs a agent framework project with docker, library_only, local deployment options.",
    "install": "Run with Docker using the repository's container instructions.",
    "inputs": [
      "task prompt",
      "tools",
      "context",
      "memory/state"
    ],
    "outputs": [
      "agent runs",
      "tool calls",
      "workflow state"
    ],
    "good_for": [
      "build agents with codecompanion.nvim",
      "orchestrate LLM tools",
      "prototype autonomous workflows",
      "stateful agents",
      "tool-using assistants",
      "workflow orchestration"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "simple prompt-only apps",
      "one-shot chat wrappers"
    ],
    "deployment": [
      "docker",
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": []
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "medium",
        "evidence": [
          "Matched \"agent\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Found Docker configuration file.",
          "Matched \"library\" in repository content.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "low",
        "evidence": [
          "No Cloudflare deployment signal detected."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "estimated",
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "partial"
    },
    "source_fields": [
      "project.description",
      "project.topics",
      "project.language",
      "project.license",
      "agent_card.summary_for_agent",
      "agent_card.use_cases",
      "agent_card.deployment",
      "agent_card.classification",
      "metrics"
    ],
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "Low-confidence classification fields: cloudflareReady.",
      "Partial or estimated quality signals: stars30dDelta, contributors90d."
    ],
    "confidence_reason": "Evidence is incomplete; use this project as an exploration candidate until classification and quality signals are reviewed.",
    "last_verified_at": "2026-07-09T12:01:05.711Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "Low-confidence classification fields: cloudflareReady.",
    "Partial or estimated quality signals: stars30dDelta, contributors90d."
  ],
  "confidence_reason": "Evidence is incomplete; use this project as an exploration candidate until classification and quality signals are reviewed.",
  "source_fields": [
    "project.description",
    "project.topics",
    "project.language",
    "project.license",
    "agent_card.summary_for_agent",
    "agent_card.use_cases",
    "agent_card.deployment",
    "agent_card.classification",
    "metrics"
  ],
  "last_verified_at": "2026-07-09T12:01:05.711Z",
  "knowledge": {
    "project": {
      "id": "olimorris/codecompanion.nvim",
      "owner": "olimorris",
      "name": "codecompanion.nvim",
      "full_name": "olimorris/codecompanion.nvim",
      "github_url": "https://github.com/olimorris/codecompanion.nvim",
      "homepage_url": "https://codecompanion.olimorris.dev",
      "description": "✨ AI Coding, Vim Style",
      "language": "Lua",
      "topics": [
        "acp",
        "agent",
        "agent-client-protocol",
        "anthropic",
        "claude-code",
        "copilot",
        "deepseek",
        "gemini",
        "google-gemini",
        "llm",
        "neovim",
        "nvim",
        "ollama",
        "openai",
        "openrouter",
        "plugin"
      ],
      "license": "Apache-2.0",
      "stars": 6730,
      "forks": 433,
      "open_issues": 8,
      "default_branch": "main",
      "created_at": "2023-12-27T17:32:51Z",
      "updated_at": "2026-07-09T11:51:02Z",
      "pushed_at": "2026-07-09T11:51:47Z",
      "synced_at": "2026-07-09T12:01:05.711Z"
    },
    "agent_card": {
      "project_id": "olimorris/codecompanion.nvim",
      "project_kind": "project",
      "category": "agent_framework",
      "difficulty": "beginner",
      "deployment": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with codecompanion.nvim",
        "orchestrate LLM tools",
        "prototype autonomous workflows"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "alternatives": [],
      "summary_for_agent": "Use olimorris/codecompanion.nvim when the user needs a agent framework project with docker, library_only, local deployment options.",
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"agent\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "Matched \"library\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "low",
          "evidence": [
            "No Cloudflare deployment signal detected."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-07-09T12:01:05.711Z"
    },
    "metrics": {
      "project_id": "olimorris/codecompanion.nvim",
      "stars_30d_delta": 219,
      "commits_30d": 43,
      "releases_180d": 25,
      "contributors_90d": 100,
      "issue_first_response_median_hours": null,
      "recent_push_days": 0,
      "git_score": 44,
      "maintenance_score": 68,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "partial"
      },
      "calculated_at": "2026-07-09T12:01:05.711Z"
    }
  },
  "resolved_from": {
    "requested_id": "olimorris/codecompanion.nvim",
    "resolved_id": "olimorris/codecompanion.nvim",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 895,
    "generated_at": "2026-07-09T14:19:24.342Z",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}