개발과 아키텍처
레퍼런스
시스템 색인
GEODE v0.99.101의 모든 1급 서브시스템. 서브시스템별 루트 경로와 주요 진입점.
L4 Agent
| 서브시스템 | 루트 | 진입점 |
|---|
| agent | core/agent/ | loop.py:162 AgenticLoop |
L3 Harness
| 서브시스템 | 루트 | 진입점 |
|---|
| cli | core/cli/ | commands.py:41 ModelProfile |
| gateway | core/cli/serve/ | geode serve |
| hooks | core/hooks/ | system.py:200 HookSystem |
| wiring | core/wiring/ | bootstrap entry (v0.87.0 lifecycle → wiring rename) |
| channels | core/channels/ | adapter classes |
| ui | core/ui/ | spinners, progress |
L2 Runtime
| 서브시스템 | 루트 | 진입점 |
|---|
| llm | core/llm/ | agentic_response.py:46 |
| llm/prompts | core/llm/prompts/ | __init__.py |
| llm/providers | core/llm/providers/ | anthropic.py |
| tools | core/tools/ | base.py:35 Tool |
| mcp | core/mcp/ | manager.py MCPManager |
| memory | core/memory/ | context.py:46 |
| skills | core/skills/ | skill_registry.py |
| verification | core/verification/ | guardrails.py |
| scheduler | core/scheduler/ | scheduler.py:76 |
| automation | core/automation/ | model_registry.py |
| orchestration | core/orchestration/ | graph.py |
| auth | core/auth/ | OAuth profile rotator |
번들 플러그인
| 플러그인 | 루트 | 주요 구성 |
|---|
| petri_audit | plugins/petri_audit/ | Petri × GEODE alignment audit runner, seed catalog, judge dimensions |