Skip to content

Latest commit

 

History

History
55 lines (48 loc) · 2.83 KB

File metadata and controls

55 lines (48 loc) · 2.83 KB

Key References

REFERENCES = {
    # ── 影響を受けた設計 (必読) ──
    "vibe-local":            "https://github.com/ochyai/vibe-local",
    "system-prompts":        "https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools",  # 116k⭐
    "manus-context":         "https://manus.im/blog/Context-Engineering-for-AI-Agents-Lessons-from-Building-Manus",
    "everything-claude-code":"https://github.com/affaan-m/everything-claude-code",
    "openclaw":              "https://github.com/openclaw/openclaw",

    # ── Agent CLIs (v0.3) ──
    "openhands":            "https://github.com/OpenHands/OpenHands",
    "openhands-sdk":        "https://github.com/OpenHands/software-agent-sdk",
    "openhands-paper":      "https://arxiv.org/abs/2511.03690",
    "claude-code-sdk":      "https://platform.claude.com/docs/en/agent-sdk/overview",
    "claude-code-headless": "https://code.claude.com/docs/en/headless",
    "gemini-cli":           "https://github.com/google-gemini/gemini-cli",
    "google-adk":           "https://github.com/google/adk-python",
    "adk-docs":             "https://google.github.io/adk-docs/",
    "codex-cli":            "https://github.com/openai/codex",
    "codex-sdk":            "https://developers.openai.com/codex/sdk/",
    "codex-mcp":            "https://developers.openai.com/codex/guides/agents-sdk/",

    # ── Semantic Memory (v0.3) ──
    "memgpt-letta":         "https://github.com/letta-ai/letta",
    "mem0":                 "mem0ai/mem0",
    "titans-paper":         "https://arxiv.org/abs/2501.00663",

    # ── Spec-Driven Development ──
    "spec-kit":             "https://github.com/github/spec-kit",
    "spec-kit-blog":        "https://agentfactory.panaversity.org/docs/General-Agents-Foundations/spec-driven-development",

    # ── Claude Code ──
    "claude-code-docs":     "https://code.claude.com/docs/en/",
    "claude-code-best":     "https://code.claude.com/docs/en/best-practices",
    "claude-code-skills":   "https://code.claude.com/docs/en/skills",
    "claude-code-agents":   "https://code.claude.com/docs/en/sub-agents",
    "claude-code-hooks":    "https://code.claude.com/docs/en/hooks",
    "claude-code-settings": "https://code.claude.com/docs/en/settings",

    # ── 主要OSS ──
    "langgraph":            "langchain-ai/langgraph",
    "litellm":              "BerriAI/litellm",
    "browser-use":          "browser-use/browser-use",
    "qdrant":               "qdrant/qdrant",
    "react-flow":           "xyflow/xyflow",

    # ── LAEE (v0.4) ──
    "playwright":           "https://github.com/microsoft/playwright-python",
    "watchdog":             "https://github.com/gorakhargosh/watchdog",
    "apscheduler":          "https://github.com/agronholm/apscheduler",
    "psutil":               "https://github.com/giampaolo/psutil",
}