{
  "project_id": "cacheplane/dawnai",
  "repo": "cacheplane/dawnai",
  "name": "dawnai",
  "github_url": "https://github.com/cacheplane/dawnai",
  "homepage_url": "https://dawnai.org",
  "language": "TypeScript",
  "license": "MIT",
  "project_kind": "project",
  "category": [
    "agent_framework"
  ],
  "tags": [
    "agents",
    "ai",
    "developer-tools",
    "framework",
    "langchain",
    "langgraph",
    "typescript"
  ],
  "description": "Build LangGraph agents like Next.js apps.",
  "overview": "Use cacheplane/dawnai when the user needs a agent framework project with library_only, local, cloud deployment options.",
  "alternatives": [],
  "related": [
    {
      "repo": "langchain-ai/langchain",
      "reason": "Related to cacheplane/dawnai through agent framework category and library_only deployment."
    },
    {
      "repo": "CopilotKit/CopilotKit",
      "reason": "Related to cacheplane/dawnai through agent framework category and library_only deployment."
    },
    {
      "repo": "omnigent-ai/omnigent",
      "reason": "Related to cacheplane/dawnai through agent framework category and library_only deployment."
    },
    {
      "repo": "langchain-ai/langgraphjs",
      "reason": "Related to cacheplane/dawnai through agent framework category and library_only deployment."
    },
    {
      "repo": "google/adk-python",
      "reason": "Related to cacheplane/dawnai through agent framework category and library_only deployment."
    },
    {
      "repo": "zhinjs/zhin",
      "reason": "Related to cacheplane/dawnai through agent framework category and library_only deployment."
    },
    {
      "repo": "microsoft/autogen",
      "reason": "Related to cacheplane/dawnai through agent framework category and library_only deployment."
    },
    {
      "repo": "crewAIInc/crewAI",
      "reason": "Related to cacheplane/dawnai through agent framework category and library_only deployment."
    }
  ],
  "dependencies": [
    "LLM provider"
  ],
  "deployments": [
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "build agents with dawnai",
    "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": "high",
      "evidence": [
        "Matched \"agent\" in metadata.",
        "Matched \"agents\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Matched \"npm install\" 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": "high",
      "evidence": [
        "Runtime blocker: filesystem.",
        "No Cloudflare deployment signal detected."
      ]
    }
  },
  "quality_signals": {
    "stars": 90,
    "recent_commits": 98,
    "contributors": 3,
    "issue_response_time_hours": null,
    "release_frequency_180d": 100
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "complete",
    "releases_180d": "partial",
    "contributors_90d": "complete"
  },
  "quality_score": 30,
  "agent_score": 64,
  "score": 77,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 57,
    "deployment": 80,
    "popularity": 39,
    "community": 48
  },
  "git_top_score": 77,
  "git_top_score_breakdown": {
    "community": 71,
    "maintenance": 71,
    "documentation": 84,
    "stability": 100,
    "adoption": 46,
    "agent_readability": 90
  },
  "summary": {
    "tl_dr": "Use cacheplane/dawnai when the user needs a agent framework project with library_only, local, cloud deployment options.",
    "purpose": "Use cacheplane/dawnai when the user needs a agent framework project with library_only, local, cloud deployment options.",
    "install": "Install as a library or package using the repository instructions.",
    "inputs": [
      "task prompt",
      "tools",
      "context",
      "memory/state"
    ],
    "outputs": [
      "agent runs",
      "tool calls",
      "workflow state"
    ],
    "good_for": [
      "build agents with dawnai",
      "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": [
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": []
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "high",
        "evidence": [
          "Matched \"agent\" in metadata.",
          "Matched \"agents\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Matched \"npm install\" 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": "high",
        "evidence": [
          "Runtime blocker: filesystem.",
          "No Cloudflare deployment signal detected."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "estimated",
      "commits_30d": "complete",
      "releases_180d": "partial",
      "contributors_90d": "complete"
    },
    "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",
      "Partial or estimated quality signals: stars30dDelta, releases180d."
    ],
    "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
    "last_verified_at": "2026-07-06T18:00:28.483Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "Partial or estimated quality signals: stars30dDelta, releases180d."
  ],
  "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
  "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-06T18:00:28.483Z",
  "knowledge": {
    "project": {
      "id": "cacheplane/dawnai",
      "owner": "cacheplane",
      "name": "dawnai",
      "full_name": "cacheplane/dawnai",
      "github_url": "https://github.com/cacheplane/dawnai",
      "homepage_url": "https://dawnai.org",
      "description": "Build LangGraph agents like Next.js apps.",
      "language": "TypeScript",
      "topics": [
        "agents",
        "ai",
        "developer-tools",
        "framework",
        "langchain",
        "langgraph",
        "typescript"
      ],
      "license": "MIT",
      "stars": 90,
      "forks": 2,
      "open_issues": 7,
      "default_branch": "main",
      "created_at": "2026-04-14T03:58:13Z",
      "updated_at": "2026-07-06T17:04:12Z",
      "pushed_at": "2026-07-06T17:03:41Z",
      "synced_at": "2026-07-06T18:00:28.483Z"
    },
    "agent_card": {
      "project_id": "cacheplane/dawnai",
      "project_kind": "project",
      "category": "agent_framework",
      "difficulty": "beginner",
      "deployment": [
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "build agents with dawnai",
        "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 cacheplane/dawnai when the user needs a agent framework project with library_only, local, cloud deployment options.",
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"agent\" in metadata.",
            "Matched \"agents\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"npm install\" 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": "high",
          "evidence": [
            "Runtime blocker: filesystem.",
            "No Cloudflare deployment signal detected."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-07-06T18:00:28.483Z"
    },
    "metrics": {
      "project_id": "cacheplane/dawnai",
      "stars_30d_delta": 33,
      "commits_30d": 98,
      "releases_180d": 100,
      "contributors_90d": 3,
      "issue_first_response_median_hours": null,
      "recent_push_days": 0,
      "git_score": 30,
      "maintenance_score": 57,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "complete",
        "releases_180d": "partial",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-07-06T18:00:28.483Z"
    }
  },
  "resolved_from": {
    "requested_id": "cacheplane/dawnai",
    "resolved_id": "cacheplane/dawnai",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 839,
    "generated_at": "2026-07-07T22:08:37.585Z",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}