LICENSE
README.md
pyproject.toml
setup.py
src/agi_runtime/__init__.py
src/agi_runtime/cli.py
src/agi_runtime/adapters/__init__.py
src/agi_runtime/adapters/openclaw_bridge.py
src/agi_runtime/api/__init__.py
src/agi_runtime/api/server.py
src/agi_runtime/auth/__init__.py
src/agi_runtime/auth/profiles.py
src/agi_runtime/autonomy/__init__.py
src/agi_runtime/autonomy/loop.py
src/agi_runtime/autonomy/tri_loop.py
src/agi_runtime/background/__init__.py
src/agi_runtime/background/executor.py
src/agi_runtime/browser/__init__.py
src/agi_runtime/browser/engine.py
src/agi_runtime/browser/governor.py
src/agi_runtime/browser/sandbox.py
src/agi_runtime/capabilities/__init__.py
src/agi_runtime/capabilities/manager.py
src/agi_runtime/channels/__init__.py
src/agi_runtime/channels/base.py
src/agi_runtime/channels/discord.py
src/agi_runtime/channels/router.py
src/agi_runtime/channels/telegram.py
src/agi_runtime/channels/telegram_stream.py
src/agi_runtime/channels/voice.py
src/agi_runtime/channels/voice_presence.py
src/agi_runtime/cognition/__init__.py
src/agi_runtime/cognition/crystallize.py
src/agi_runtime/cognition/feedback.py
src/agi_runtime/cognition/fingerprint.py
src/agi_runtime/cognition/risk.py
src/agi_runtime/cognition/router.py
src/agi_runtime/cognition/stall.py
src/agi_runtime/cognition/system1.py
src/agi_runtime/cognition/trace.py
src/agi_runtime/cognition/system2/__init__.py
src/agi_runtime/cognition/system2/agents.py
src/agi_runtime/cognition/system2/council.py
src/agi_runtime/cognition/system2/debate.py
src/agi_runtime/cognition/system2/llm_agent.py
src/agi_runtime/cognition/system2/synthesis.py
src/agi_runtime/cognition/system2/voting.py
src/agi_runtime/config/__init__.py
src/agi_runtime/config/env.py
src/agi_runtime/config/providers.py
src/agi_runtime/config/settings.py
src/agi_runtime/context/__init__.py
src/agi_runtime/context/context_manager.py
src/agi_runtime/context/context_segment.py
src/agi_runtime/context/memory_selector.py
src/agi_runtime/core/__init__.py
src/agi_runtime/core/agent.py
src/agi_runtime/core/personality.py
src/agi_runtime/core/runtime.py
src/agi_runtime/core/time_context.py
src/agi_runtime/diagnostics/__init__.py
src/agi_runtime/diagnostics/dashboard.py
src/agi_runtime/diagnostics/health.py
src/agi_runtime/diagnostics/replay.py
src/agi_runtime/diagnostics/scorecard.py
src/agi_runtime/evaluation/__init__.py
src/agi_runtime/evaluation/scenarios.py
src/agi_runtime/executor/__init__.py
src/agi_runtime/executor/executor.py
src/agi_runtime/extensions/__init__.py
src/agi_runtime/extensions/manager.py
src/agi_runtime/governance/__init__.py
src/agi_runtime/governance/governance_logger.py
src/agi_runtime/governance/memory_guard.py
src/agi_runtime/governance/output_guard.py
src/agi_runtime/governance/policy_loader.py
src/agi_runtime/governance/posture.py
src/agi_runtime/governance/srg.py
src/agi_runtime/governance/srg_adapter.py
src/agi_runtime/intelligence/__init__.py
src/agi_runtime/intelligence/context_compiler.py
src/agi_runtime/intelligence/patterns.py
src/agi_runtime/intelligence/sentiment.py
src/agi_runtime/kernel/__init__.py
src/agi_runtime/kernel/kernel.py
src/agi_runtime/latency/__init__.py
src/agi_runtime/latency/ale.py
src/agi_runtime/llm/__init__.py
src/agi_runtime/llm/gemini_adapter.py
src/agi_runtime/memory/__init__.py
src/agi_runtime/memory/character_genesis.py
src/agi_runtime/memory/compressor.py
src/agi_runtime/memory/embeddings.py
src/agi_runtime/memory/identity.py
src/agi_runtime/memory/principals.py
src/agi_runtime/metering/__init__.py
src/agi_runtime/metering/engine.py
src/agi_runtime/migration/importer.py
src/agi_runtime/models/__init__.py
src/agi_runtime/models/gemini_router.py
src/agi_runtime/models/router.py
src/agi_runtime/observability/__init__.py
src/agi_runtime/observability/journal.py
src/agi_runtime/onboarding/__init__.py
src/agi_runtime/onboarding/quotes.py
src/agi_runtime/onboarding/wizard.py
src/agi_runtime/orchestration/__init__.py
src/agi_runtime/orchestration/event_bus.py
src/agi_runtime/orchestration/orchestrator.py
src/agi_runtime/orchestration/tri_loop.py
src/agi_runtime/planner/__init__.py
src/agi_runtime/planner/planner.py
src/agi_runtime/policies/__init__.py
src/agi_runtime/policies/packs.py
src/agi_runtime/registry/__init__.py
src/agi_runtime/registry/agent_registry.py
src/agi_runtime/reliability/__init__.py
src/agi_runtime/reliability/completion_verifier.py
src/agi_runtime/reliability/loop_breaker.py
src/agi_runtime/reliability/recovery_manager.py
src/agi_runtime/reliability/stop_validator.py
src/agi_runtime/reminders/__init__.py
src/agi_runtime/reminders/parse.py
src/agi_runtime/reminders/run_log.py
src/agi_runtime/reminders/schedule.py
src/agi_runtime/reminders/service.py
src/agi_runtime/reminders/store.py
src/agi_runtime/reminders/ticker.py
src/agi_runtime/robustness/__init__.py
src/agi_runtime/robustness/circuit_breaker.py
src/agi_runtime/robustness/evaluator.py
src/agi_runtime/robustness/noisecore_adapter.py
src/agi_runtime/scheduler/__init__.py
src/agi_runtime/scheduler/scheduler.py
src/agi_runtime/service/manager.py
src/agi_runtime/skills/__init__.py
src/agi_runtime/skills/manager.py
src/agi_runtime/skills/skill_bank.py
src/agi_runtime/skills/skill_evaluator.py
src/agi_runtime/skills/skill_extractor.py
src/agi_runtime/skills/skill_retriever.py
src/agi_runtime/skills/skill_schema.py
src/agi_runtime/state/__init__.py
src/agi_runtime/state/store.py
src/agi_runtime/storage/__init__.py
src/agi_runtime/storage/migrations.py
src/agi_runtime/storage/sqlite_store.py
src/agi_runtime/supervisor/__init__.py
src/agi_runtime/supervisor/supervisor.py
src/agi_runtime/tools/__init__.py
src/agi_runtime/tools/registry.py
src/agi_runtime/tools/builtins/__init__.py
src/agi_runtime/tools/builtins/ask_user.py
src/agi_runtime/tools/builtins/bash_exec.py
src/agi_runtime/tools/builtins/browser_navigate.py
src/agi_runtime/tools/builtins/browser_read.py
src/agi_runtime/tools/builtins/browser_screenshot.py
src/agi_runtime/tools/builtins/code_analyze.py
src/agi_runtime/tools/builtins/delegate_task.py
src/agi_runtime/tools/builtins/file_patch.py
src/agi_runtime/tools/builtins/file_read.py
src/agi_runtime/tools/builtins/file_search.py
src/agi_runtime/tools/builtins/file_write.py
src/agi_runtime/tools/builtins/memory_recall.py
src/agi_runtime/tools/builtins/memory_store.py
src/agi_runtime/tools/builtins/notify_user.py
src/agi_runtime/tools/builtins/python_exec.py
src/agi_runtime/tools/builtins/reminder_cancel.py
src/agi_runtime/tools/builtins/reminder_create.py
src/agi_runtime/tools/builtins/reminder_list.py
src/agi_runtime/tools/builtins/reminder_pause.py
src/agi_runtime/tools/builtins/reminder_resume.py
src/agi_runtime/tools/builtins/reminder_run_now.py
src/agi_runtime/tools/builtins/send_file_tool.py
src/agi_runtime/tools/builtins/send_image_tool.py
src/agi_runtime/tools/builtins/send_voice_tool.py
src/agi_runtime/tools/builtins/session_search.py
src/agi_runtime/tools/builtins/skill_create.py
src/agi_runtime/tools/builtins/skill_invoke.py
src/agi_runtime/tools/builtins/web_fetch.py
src/agi_runtime/tools/builtins/web_search.py
src/agi_runtime/triggers/__init__.py
src/agi_runtime/triggers/engine.py
src/agi_runtime/verifier/__init__.py
src/agi_runtime/verifier/verifier.py
src/agi_runtime/workflows/__init__.py
src/agi_runtime/workflows/graph.py
src/helloagi.egg-info/PKG-INFO
src/helloagi.egg-info/SOURCES.txt
src/helloagi.egg-info/dependency_links.txt
src/helloagi.egg-info/entry_points.txt
src/helloagi.egg-info/requires.txt
src/helloagi.egg-info/top_level.txt
tests/test_agent.py
tests/test_ale.py
tests/test_auth_profiles.py
tests/test_circuit_breaker.py
tests/test_cli_contract.py
tests/test_compressor.py
tests/test_dashboard.py
tests/test_embeddings.py
tests/test_extensions_runtime.py
tests/test_governance.py
tests/test_intelligence.py
tests/test_migration_service.py
tests/test_onboarding.py
tests/test_openclaw_bridge.py
tests/test_orchestrator_runtime.py
tests/test_policy_packs.py
tests/test_provider_credentials.py
tests/test_runs_runtime.py
tests/test_send_file_fallback.py
tests/test_send_file_governance.py
tests/test_send_voice_tool.py
tests/test_service_manager_doctor.py
tests/test_settings.py
tests/test_skills.py
tests/test_supervisor.py
tests/test_telegram_markdown.py
tests/test_tools.py