README.md
pyproject.toml
src/agent_forge_installer.egg-info/PKG-INFO
src/agent_forge_installer.egg-info/SOURCES.txt
src/agent_forge_installer.egg-info/dependency_links.txt
src/agent_forge_installer.egg-info/entry_points.txt
src/agent_forge_installer.egg-info/requires.txt
src/agent_forge_installer.egg-info/top_level.txt
src/agentforge/__init__.py
src/agentforge/__main__.py
src/agentforge/api_server.py
src/agentforge/approval_gates.py
src/agentforge/claude_runner.py
src/agentforge/claude_usage.py
src/agentforge/config.py
src/agentforge/config_models.py
src/agentforge/config_store.py
src/agentforge/conversation_store.py
src/agentforge/cron_runner.py
src/agentforge/embedding_manager.py
src/agentforge/event_store.py
src/agentforge/http_client.py
src/agentforge/llm_backends.py
src/agentforge/memory_manager.py
src/agentforge/message_router.py
src/agentforge/monitoring.py
src/agentforge/monitoring_job.py
src/agentforge/paths.py
src/agentforge/photo.py
src/agentforge/rate_limiter.py
src/agentforge/runtime_cleanup.py
src/agentforge/task_engine.py
src/agentforge/task_service.py
src/agentforge/team_docs.py
src/agentforge/telegram_adapter.py
src/agentforge/todo_cli.py
src/agentforge/todo_md.py
src/agentforge/updater.py
src/agentforge/vault.py
src/agentforge/voice.py
src/agentforge/cli/__init__.py
src/agentforge/cli/agent.py
src/agentforge/cli/init.py
src/agentforge/cli/service.py
src/agentforge/cli/sync.py
src/agentforge/cli/update.py
src/agentforge/migrations/0001_version_tracking.py
src/agentforge/migrations/__init__.py
src/agentforge/search/__init__.py
src/agentforge/search/models.py
src/agentforge/search/pipeline.py
src/agentforge/search/synthesizer.py
src/agentforge/search/vault_writer.py
src/agentforge/search/collectors/__init__.py
src/agentforge/search/collectors/base.py
src/agentforge/search/collectors/brave.py
src/agentforge/templates/CLAUDE.md
src/agentforge/templates/__init__.py
src/agentforge/templates/commands/2do/config.json
src/agentforge/templates/commands/2do/task.sh
src/agentforge/templates/commands/todo-add/config.json
src/agentforge/templates/commands/todo-add/task.sh
src/agentforge/templates/commands/todo-all/config.json
src/agentforge/templates/commands/todo-all/task.sh
src/agentforge/templates/commands/todo-autres/config.json
src/agentforge/templates/commands/todo-autres/task.sh
src/agentforge/templates/commands/todo-goal/config.json
src/agentforge/templates/commands/todo-goal/task.sh
src/agentforge/templates/commands/todo-goals/config.json
src/agentforge/templates/commands/todo-goals/task.sh
src/agentforge/templates/commands/todo-next/config.json
src/agentforge/templates/commands/todo-next/task.sh
src/agentforge/templates/commands/todo-nexts/config.json
src/agentforge/templates/commands/todo-nexts/task.sh
src/agentforge/templates/commands/todo-projet/config.json
src/agentforge/templates/commands/todo-projet/task.sh
src/agentforge/templates/commands/todo-projets/config.json
src/agentforge/templates/commands/todo-projets/task.sh
src/agentforge/templates/cron/daily_consolidation/config.json
src/agentforge/templates/cron/daily_consolidation/task.md
src/agentforge/templates/cron/daily_learning/config.json
src/agentforge/templates/cron/daily_learning/task.md
src/agentforge/templates/cron/proactive_check/config.json
src/agentforge/templates/cron/proactive_check/task.md
src/agentforge/templates/cron/weekly_consolidation/config.json
src/agentforge/templates/cron/weekly_consolidation/task.md
src/agentforge/templates/scripts/__init__.py
src/agentforge/templates/scripts/dev-loop.sh
src/agentforge/templates/scripts/generate_claude_login_url.sh
src/agentforge/templates/scripts/google_sa.py
src/agentforge/templates/scripts/healthcheck.sh
src/agentforge/templates/scripts/heartbeat.sh
src/agentforge/templates/scripts/invoke_claude.sh
src/agentforge/templates/scripts/log_action.sh
src/agentforge/templates/scripts/memory_consolidation.sh
src/agentforge/templates/scripts/monitoring_heartbeat.sh
src/agentforge/templates/scripts/telegram_send.sh
src/agentforge/templates/scripts/todo_command.sh
src/agentforge/templates/scripts/watchdog.sh
src/agentforge/twodo/__init__.py
src/agentforge/twodo/archive.py
src/agentforge/twodo/backend.py
src/agentforge/twodo/models.py
tests/test_api_server.py
tests/test_approval_gates.py
tests/test_claude_runner.py
tests/test_claude_usage.py
tests/test_cli_agent.py
tests/test_cli_agent_link_vault.py
tests/test_cli_init.py
tests/test_config.py
tests/test_config_store.py
tests/test_contract.py
tests/test_conversation_store.py
tests/test_event_store.py
tests/test_install_script.py
tests/test_integration.py
tests/test_memory_manager.py
tests/test_message_router.py
tests/test_migrations.py
tests/test_monitoring.py
tests/test_packaging.py
tests/test_photo.py
tests/test_product_rules.py
tests/test_property_based.py
tests/test_rate_limiter.py
tests/test_runtime_cleanup.py
tests/test_search_pipeline.py
tests/test_service.py
tests/test_smoke.py
tests/test_snapshots.py
tests/test_task_engine.py
tests/test_task_service.py
tests/test_team_docs.py
tests/test_telegram_adapter.py
tests/test_templates.py
tests/test_todo_cli.py
tests/test_twodo_backend.py
tests/test_vault.py