LICENSE
README.md
config.py
main.py
pyproject.toml
api/__init__.py
api/anthropic_compat.py
api/artifact_viewer.py
api/caudate_middleware.py
api/forge_bootstrapper_routes.py
api/forge_routes.py
api/forge_system_routes.py
api/openai_compat.py
api/server.py
api/storyboard_page.py
caudate_cli.egg-info/PKG-INFO
caudate_cli.egg-info/SOURCES.txt
caudate_cli.egg-info/dependency_links.txt
caudate_cli.egg-info/entry_points.txt
caudate_cli.egg-info/requires.txt
caudate_cli.egg-info/top_level.txt
cognos_mcp/__init__.py
cognos_mcp/bridge.py
cognos_mcp/client.py
cognos_mcp/config.py
cognos_mcp/server.py
core/__init__.py
core/agent.py
core/agentic_loop.py
core/anthropic_auth.py
core/auto_onboarding.py
core/background.py
core/banner.py
core/bootstrap.py
core/citations.py
core/compaction.py
core/constitution.py
core/custom_commands.py
core/diff_viewer.py
core/export.py
core/file_refs.py
core/files.py
core/hooks.py
core/image.py
core/input.py
core/loop.py
core/memory_md.py
core/notifications.py
core/ownership.py
core/paste.py
core/permissions.py
core/permissions_auto.py
core/plan_mode.py
core/sandbox_prompt.py
core/scheduler.py
core/schemas.py
core/session.py
core/settings.py
core/skills.py
core/slash_commands.py
core/statusline.py
core/subagent.py
core/thinking.py
core/updater.py
core/usage.py
core/worktree.py
execution/__init__.py
execution/executor.py
execution/plugins.py
execution/tools/__init__.py
execution/tools/agent_tool.py
execution/tools/agentic_tool.py
execution/tools/artifact_tool.py
execution/tools/ask_user_question_tool.py
execution/tools/base.py
execution/tools/calculator_tool.py
execution/tools/cognos_card_tool.py
execution/tools/cron_tool.py
execution/tools/datetime_tool.py
execution/tools/describe_image_tool.py
execution/tools/draw_tool.py
execution/tools/edit_image_tool.py
execution/tools/edit_tool.py
execution/tools/file_tool.py
execution/tools/find_anywhere_tool.py
execution/tools/forge_feature_tools.py
execution/tools/glob_tool.py
execution/tools/grep_tool.py
execution/tools/http_request_tool.py
execution/tools/load_skill_tool.py
execution/tools/longcat_avatar_tool.py
execution/tools/mcp_tool.py
execution/tools/notebook_tool.py
execution/tools/openapi_tool.py
execution/tools/plan_mode_tool.py
execution/tools/push_notification_tool.py
execution/tools/python_tool.py
execution/tools/respond_tool.py
execution/tools/sandbox_tool.py
execution/tools/search_tool.py
execution/tools/semantic_search_tool.py
execution/tools/shell_tool.py
execution/tools/speak_tool.py
execution/tools/storyboard_tool.py
execution/tools/system_info_tool.py
execution/tools/task_tool.py
execution/tools/think_tool.py
execution/tools/todo_tool.py
execution/tools/transcribe_audio_tool.py
execution/tools/update_memory_tool.py
execution/tools/web_fetch_tool.py
execution/tools/worktree_tool.py
llm/__init__.py
llm/fallback.py
llm/models.py
llm/models_dev.py
llm/provider.py
llm/router.py
memory/__init__.py
memory/episodic.py
memory/procedural.py
memory/semantic.py
memory/working.py
nn/__init__.py
nn/auto_evolve.py
nn/caudate.py
nn/config.py
nn/consolidator.py
nn/data.py
nn/encoder.py
nn/forge_advisor.py
nn/format.py
nn/heads.py
nn/observer.py
nn/policy.py
nn/runtime.py
nn/scorer.py
nn/trainer.py
nn/vision.py
personality/__init__.py
personality/engine.py
personality/identity.py
personality/inner_voice.py
personality/mood.py
planning/__init__.py
planning/dev_server.py
planning/forge_models.py
planning/orchestrator.py
planning/planner.py
planning/task_graph.py
reflection/__init__.py
reflection/meta_learner.py
reflection/reflector.py
tests/test_agentic_runaway.py
tests/test_chat_format.py
tests/test_citations.py
tests/test_constrained_routing.py
tests/test_contrastive_tool_head.py
tests/test_feature_done_contract.py
tests/test_feature_success_head.py
tests/test_file_refs.py
tests/test_forge_advisor.py
tests/test_forge_force_stop.py
tests/test_forge_models.py
tests/test_forge_observer.py
tests/test_forge_orchestrator_runner.py
tests/test_json_salvage.py
tests/test_llm_fallback.py
tests/test_pi_compat.py
tests/test_scheduler.py
tests/test_settings.py
tests/test_skills_lockfile.py
tests/test_slash_commands.py
tests/test_usage.py
tests/test_vram_estimates.py
ui/__init__.py
ui/display.py
voice/__init__.py
voice/conversation.py
voice/listener.py
voice/speaker.py
voice/stt.py
voice/tts.py