@agentikos/omega-os 0.1.0 → 0.19.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +56 -14
- package/bootstrap/lib/__pycache__/claude-code-settings.cpython-313.pyc +0 -0
- package/bootstrap/lib/__pycache__/llm-clis.cpython-313.pyc +0 -0
- package/bootstrap/lib/__pycache__/manifest-helpers.cpython-313.pyc +0 -0
- package/bootstrap/lib/claude-code-settings.py +176 -0
- package/bootstrap/lib/common.sh +457 -1
- package/bootstrap/lib/llm-clis.py +341 -0
- package/bootstrap/lib/manifest-helpers.py +384 -0
- package/bootstrap/lib/steps.sh +1000 -26
- package/bootstrap/manifest.example.yaml +93 -2
- package/bootstrap/templates/aisb/CLAUDE.md +305 -0
- package/bootstrap/templates/aisb/architect.md +204 -0
- package/bootstrap/templates/aisb/checkers/CLAUDE.md +9 -0
- package/bootstrap/templates/aisb/checkers/checker-architect.md +151 -0
- package/bootstrap/templates/aisb/checkers/checker-common.md +171 -0
- package/bootstrap/templates/aisb/checkers/checker-construct.md +129 -0
- package/bootstrap/templates/aisb/checkers/checker-keymaker.md +204 -0
- package/bootstrap/templates/aisb/checkers/checker-link.md +205 -0
- package/bootstrap/templates/aisb/checkers/checker-merovingian.md +219 -0
- package/bootstrap/templates/aisb/checkers/checker-morpheus.md +211 -0
- package/bootstrap/templates/aisb/checkers/checker-neo.md +177 -0
- package/bootstrap/templates/aisb/checkers/checker-niobe.md +156 -0
- package/bootstrap/templates/aisb/checkers/checker-oracle.md +164 -0
- package/bootstrap/templates/aisb/checkers/checker-seraph.md +187 -0
- package/bootstrap/templates/aisb/checkers/checker-smith.md +195 -0
- package/bootstrap/templates/aisb/checkers/checker-zion.md +113 -0
- package/bootstrap/templates/aisb/construct.md +135 -0
- package/bootstrap/templates/aisb/keymaker.md +227 -0
- package/bootstrap/templates/aisb/link.md +170 -0
- package/bootstrap/templates/aisb/lmc-protocol.md +57 -0
- package/bootstrap/templates/aisb/merovingian.md +159 -0
- package/bootstrap/templates/aisb/morpheus.md +243 -0
- package/bootstrap/templates/aisb/neo.md +147 -0
- package/bootstrap/templates/aisb/niobe.md +197 -0
- package/bootstrap/templates/aisb/oracle.md +244 -0
- package/bootstrap/templates/aisb/protocols/handoff-templates.md +204 -0
- package/bootstrap/templates/aisb/protocols/shared-protocol.md +248 -0
- package/bootstrap/templates/aisb/pythia.md +153 -0
- package/bootstrap/templates/aisb/seraph.md +315 -0
- package/bootstrap/templates/aisb/smith.md +202 -0
- package/bootstrap/templates/aisb/zion.md +172 -0
- package/bootstrap/templates/autonomous/audit-patrol.yaml +41 -0
- package/bootstrap/templates/autonomous/smith-reflect.yaml +43 -0
- package/bootstrap/templates/autonomous/ssh-key-rotate.yaml +46 -0
- package/bootstrap/templates/autonomous/support-agent.yaml +38 -0
- package/docs/AUDITS.md +85 -0
- package/docs/COMPLETION-PLAN.md +48 -0
- package/docs/GAP-ANALYSIS.md +214 -0
- package/docs/INSTALL.md +47 -9
- package/docs/MCP-AND-PLUGINS.md +31 -4
- package/docs/SIMULATION.md +171 -0
- package/docs/simulate.sh +211 -0
- package/install.sh +164 -17
- package/omega/Agentik_Engine/README.md +27 -10
- package/omega/Agentik_Engine/omega_engine/__init__.py +212 -2
- package/omega/Agentik_Engine/omega_engine/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/account.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/agent_messages.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/aisb_chat.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/audit_diff.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/audit_gate.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/auto_update.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/autonomous.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/backup.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/cadence.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/classifier.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/cleanup.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/cli.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/completions.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/costs.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/done_signal.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/envelope.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/executor.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/handoff.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/hermes.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/hermes_bootstrap.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/hermes_desktop.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/learning.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/managed_agent.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/memory.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/menu.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/mission.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/plan.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/project.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/prompts.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/provider.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/prune.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/pursue.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/reducer.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/router.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/skill_routing.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/smoke.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/store.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/sync.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/telegram_history.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/tmux.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/tools.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/understand_anything.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/updater.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/validate.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/vault.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/webhooks.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/worker.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/account.py +502 -0
- package/omega/Agentik_Engine/omega_engine/agent_messages.py +167 -0
- package/omega/Agentik_Engine/omega_engine/aisb_chat.py +128 -0
- package/omega/Agentik_Engine/omega_engine/audit_diff.py +99 -0
- package/omega/Agentik_Engine/omega_engine/audit_gate.py +149 -0
- package/omega/Agentik_Engine/omega_engine/audits/__init__.py +60 -0
- package/omega/Agentik_Engine/omega_engine/audits/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/audits/__pycache__/batcher.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/audits/__pycache__/dispatcher.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/audits/__pycache__/generator.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/audits/__pycache__/history.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/audits/__pycache__/pipeline.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/audits/batcher.py +218 -0
- package/omega/Agentik_Engine/omega_engine/audits/dispatcher.py +92 -0
- package/omega/Agentik_Engine/omega_engine/audits/generator.py +234 -0
- package/omega/Agentik_Engine/omega_engine/audits/history.py +168 -0
- package/omega/Agentik_Engine/omega_engine/audits/pipeline.py +198 -0
- package/omega/Agentik_Engine/omega_engine/auto_update.py +339 -0
- package/omega/Agentik_Engine/omega_engine/autonomous.py +538 -0
- package/omega/Agentik_Engine/omega_engine/backup.py +215 -0
- package/omega/Agentik_Engine/omega_engine/cadence.py +158 -0
- package/omega/Agentik_Engine/omega_engine/classifier.py +215 -0
- package/omega/Agentik_Engine/omega_engine/cleanup.py +673 -0
- package/omega/Agentik_Engine/omega_engine/cli.py +4564 -56
- package/omega/Agentik_Engine/omega_engine/completions.py +260 -0
- package/omega/Agentik_Engine/omega_engine/costs.py +100 -0
- package/omega/Agentik_Engine/omega_engine/daemons/__init__.py +14 -0
- package/omega/Agentik_Engine/omega_engine/daemons/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/daemons/__pycache__/autonomous.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/daemons/__pycache__/engine.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/daemons/__pycache__/telegram.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/daemons/autonomous.py +56 -0
- package/omega/Agentik_Engine/omega_engine/daemons/engine.py +236 -0
- package/omega/Agentik_Engine/omega_engine/daemons/telegram.py +315 -0
- package/omega/Agentik_Engine/omega_engine/done_signal.py +154 -0
- package/omega/Agentik_Engine/omega_engine/educators/__init__.py +51 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/artifact.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/automation.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/base.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/claudecode.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/connection.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/coworker.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/loop.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/prompt.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/skill.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/artifact.py +65 -0
- package/omega/Agentik_Engine/omega_engine/educators/automation.py +76 -0
- package/omega/Agentik_Engine/omega_engine/educators/base.py +327 -0
- package/omega/Agentik_Engine/omega_engine/educators/claudecode.py +71 -0
- package/omega/Agentik_Engine/omega_engine/educators/connection.py +75 -0
- package/omega/Agentik_Engine/omega_engine/educators/coworker.py +68 -0
- package/omega/Agentik_Engine/omega_engine/educators/loop.py +82 -0
- package/omega/Agentik_Engine/omega_engine/educators/prompt.py +68 -0
- package/omega/Agentik_Engine/omega_engine/educators/skill.py +69 -0
- package/omega/Agentik_Engine/omega_engine/envelope.py +219 -0
- package/omega/Agentik_Engine/omega_engine/executor.py +195 -16
- package/omega/Agentik_Engine/omega_engine/genesis/__init__.py +134 -0
- package/omega/Agentik_Engine/omega_engine/genesis/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/genesis/__pycache__/orchestrator.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/genesis/__pycache__/phases.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/genesis/__pycache__/stack.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/genesis/__pycache__/state.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/genesis/orchestrator.py +262 -0
- package/omega/Agentik_Engine/omega_engine/genesis/phases.py +950 -0
- package/omega/Agentik_Engine/omega_engine/genesis/stack.py +324 -0
- package/omega/Agentik_Engine/omega_engine/genesis/state.py +353 -0
- package/omega/Agentik_Engine/omega_engine/handoff.py +459 -0
- package/omega/Agentik_Engine/omega_engine/hermes.py +426 -0
- package/omega/Agentik_Engine/omega_engine/hermes_bootstrap.py +382 -0
- package/omega/Agentik_Engine/omega_engine/hermes_desktop.py +469 -0
- package/omega/Agentik_Engine/omega_engine/integrations/__init__.py +30 -0
- package/omega/Agentik_Engine/omega_engine/integrations/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/integrations/__pycache__/graphify.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/integrations/graphify.py +234 -0
- package/omega/Agentik_Engine/omega_engine/learning.py +268 -0
- package/omega/Agentik_Engine/omega_engine/managed_agent.py +467 -0
- package/omega/Agentik_Engine/omega_engine/memory.py +271 -0
- package/omega/Agentik_Engine/omega_engine/menu.py +1065 -0
- package/omega/Agentik_Engine/omega_engine/migrations/__init__.py +144 -0
- package/omega/Agentik_Engine/omega_engine/migrations/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/migrations/__pycache__/v0_14_0.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/migrations/v0_14_0.py +29 -0
- package/omega/Agentik_Engine/omega_engine/mission.py +29 -14
- package/omega/Agentik_Engine/omega_engine/plan.py +846 -0
- package/omega/Agentik_Engine/omega_engine/prompts.py +158 -0
- package/omega/Agentik_Engine/omega_engine/provider.py +408 -13
- package/omega/Agentik_Engine/omega_engine/prune.py +151 -0
- package/omega/Agentik_Engine/omega_engine/pursue.py +205 -0
- package/omega/Agentik_Engine/omega_engine/rag/__init__.py +21 -0
- package/omega/Agentik_Engine/omega_engine/rag/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/rag/__pycache__/agentic.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/rag/__pycache__/base.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/rag/__pycache__/corrective.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/rag/__pycache__/graph.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/rag/__pycache__/hybrid.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/rag/__pycache__/multimodal.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/rag/__pycache__/router.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/rag/agentic.py +83 -0
- package/omega/Agentik_Engine/omega_engine/rag/base.py +42 -0
- package/omega/Agentik_Engine/omega_engine/rag/corrective.py +119 -0
- package/omega/Agentik_Engine/omega_engine/rag/graph.py +169 -0
- package/omega/Agentik_Engine/omega_engine/rag/hybrid.py +205 -0
- package/omega/Agentik_Engine/omega_engine/rag/multimodal.py +136 -0
- package/omega/Agentik_Engine/omega_engine/rag/router.py +110 -0
- package/omega/Agentik_Engine/omega_engine/reducer.py +21 -3
- package/omega/Agentik_Engine/omega_engine/router.py +28 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/__init__.py +48 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/__pycache__/auditor.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/__pycache__/finder.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/__pycache__/installer.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/__pycache__/marketplaces.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/auditor.py +232 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/finder.py +94 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/installer.py +129 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/marketplaces.py +80 -0
- package/omega/Agentik_Engine/omega_engine/skill_routing.py +388 -0
- package/omega/Agentik_Engine/omega_engine/smoke.py +81 -0
- package/omega/Agentik_Engine/omega_engine/store.py +132 -25
- package/omega/Agentik_Engine/omega_engine/sync.py +445 -0
- package/omega/Agentik_Engine/omega_engine/telegram_history.py +260 -0
- package/omega/Agentik_Engine/omega_engine/tmux.py +526 -0
- package/omega/Agentik_Engine/omega_engine/tools.py +272 -0
- package/omega/Agentik_Engine/omega_engine/understand_anything.py +275 -0
- package/omega/Agentik_Engine/omega_engine/updater.py +70 -0
- package/omega/Agentik_Engine/omega_engine/validate.py +186 -0
- package/omega/Agentik_Engine/omega_engine/vault.py +342 -0
- package/omega/Agentik_Engine/omega_engine/webhooks.py +262 -0
- package/omega/Agentik_Engine/omega_engine/worker.py +526 -0
- package/omega/Agentik_Engine/pyproject.toml +1 -1
- package/omega/Agentik_Engine/tests/__pycache__/test_account.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_account.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_adversarial.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_adversarial.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_agents_envelope.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_agents_envelope.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_audit_arsenal.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_audits_pipeline.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_audits_pipeline.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_auto_update_and_migrations.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_auto_update_and_migrations.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_autonomous.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_autonomous.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_educators.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_educators.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_executor.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_genesis_and_plan.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_genesis_and_plan.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_graphify.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_graphify.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_handoff.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_handoff.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_hermes_and_ua.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_hermes_and_ua.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_hermes_bootstrap_and_desktop.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_hermes_bootstrap_and_desktop.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_install_steps.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_install_steps.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_install_ux.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_install_ux.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_installer_wiring.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_installer_wiring.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_intelligence.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_intelligence.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_llm_clis_and_uninstall.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_llm_clis_and_uninstall.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_managed_agent.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_managed_agent.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_max_provider_and_menu.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_max_provider_and_menu.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_menu_coverage.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_menu_coverage.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_mission.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_progress.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_project.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_pursue_cadence.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_pursue_cadence.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_rag.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_rag.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_reducer.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_report.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_role_aliases_and_ssot.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_role_aliases_and_ssot.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_skill_discovery_and_gate.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_skill_discovery_and_gate.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_skill_power.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_skill_power.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_skill_routing.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_skill_routing.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_snapshot_partial.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_snapshot_partial.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_telegram_history.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_telegram_history.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_tmux_and_aisb_chat.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_tmux_and_aisb_chat.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_tools_and_sync.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_tools_and_sync.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_v06_features.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_v06_features.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_vault.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_vault.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_webhooks_and_readiness.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_webhooks_and_readiness.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_worker_and_cleanup.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_worker_and_cleanup.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/test_account.py +338 -0
- package/omega/Agentik_Engine/tests/test_adversarial.py +351 -0
- package/omega/Agentik_Engine/tests/test_agents_envelope.py +274 -0
- package/omega/Agentik_Engine/tests/test_audits_pipeline.py +348 -0
- package/omega/Agentik_Engine/tests/test_auto_update_and_migrations.py +394 -0
- package/omega/Agentik_Engine/tests/test_autonomous.py +361 -0
- package/omega/Agentik_Engine/tests/test_educators.py +233 -0
- package/omega/Agentik_Engine/tests/test_genesis_and_plan.py +573 -0
- package/omega/Agentik_Engine/tests/test_graphify.py +190 -0
- package/omega/Agentik_Engine/tests/test_handoff.py +311 -0
- package/omega/Agentik_Engine/tests/test_hermes_and_ua.py +387 -0
- package/omega/Agentik_Engine/tests/test_hermes_bootstrap_and_desktop.py +358 -0
- package/omega/Agentik_Engine/tests/test_install_steps.py +359 -0
- package/omega/Agentik_Engine/tests/test_install_ux.py +151 -0
- package/omega/Agentik_Engine/tests/test_installer_wiring.py +496 -0
- package/omega/Agentik_Engine/tests/test_intelligence.py +285 -0
- package/omega/Agentik_Engine/tests/test_llm_clis_and_uninstall.py +228 -0
- package/omega/Agentik_Engine/tests/test_managed_agent.py +363 -0
- package/omega/Agentik_Engine/tests/test_max_provider_and_menu.py +231 -0
- package/omega/Agentik_Engine/tests/test_menu_coverage.py +72 -0
- package/omega/Agentik_Engine/tests/test_pursue_cadence.py +217 -0
- package/omega/Agentik_Engine/tests/test_rag.py +287 -0
- package/omega/Agentik_Engine/tests/test_role_aliases_and_ssot.py +207 -0
- package/omega/Agentik_Engine/tests/test_skill_discovery_and_gate.py +337 -0
- package/omega/Agentik_Engine/tests/test_skill_power.py +259 -0
- package/omega/Agentik_Engine/tests/test_skill_routing.py +189 -0
- package/omega/Agentik_Engine/tests/test_snapshot_partial.py +172 -0
- package/omega/Agentik_Engine/tests/test_telegram_history.py +209 -0
- package/omega/Agentik_Engine/tests/test_tmux_and_aisb_chat.py +223 -0
- package/omega/Agentik_Engine/tests/test_tools_and_sync.py +312 -0
- package/omega/Agentik_Engine/tests/test_v06_features.py +370 -0
- package/omega/Agentik_Engine/tests/test_vault.py +173 -0
- package/omega/Agentik_Engine/tests/test_webhooks_and_readiness.py +277 -0
- package/omega/Agentik_Engine/tests/test_worker_and_cleanup.py +541 -0
- package/omega/Agentik_Extra/etc/secrets/.vault-key +3 -0
- package/omega/Agentik_Extra/etc/secrets/.vault-pub +1 -0
- package/omega/Agentik_Runtime/audits.db +0 -0
- package/omega/Agentik_SSOT/VERSION +1 -1
- package/omega/Agentik_SSOT/claude-plugins/claude-plugins.yaml +100 -0
- package/omega/Agentik_SSOT/docs/LAYERS.md +90 -0
- package/omega/Agentik_SSOT/docs/USER-JOURNEY.md +283 -0
- package/omega/Agentik_SSOT/marketplaces/design-discipline.yaml +86 -0
- package/omega/Agentik_SSOT/skills/a11yaudit/SKILL.md +161 -0
- package/omega/Agentik_SSOT/skills/apiaudit/SKILL.md +157 -0
- package/omega/Agentik_SSOT/skills/automationaudit/SKILL.md +161 -0
- package/omega/Agentik_SSOT/skills/cadence/SKILL.md +76 -0
- package/omega/Agentik_SSOT/skills/codeaudit/SKILL.md +153 -0
- package/omega/Agentik_SSOT/skills/copyaudit/SKILL.md +161 -0
- package/omega/Agentik_SSOT/skills/dataaudit/SKILL.md +157 -0
- package/omega/Agentik_SSOT/skills/debugaudit/SKILL.md +161 -0
- package/omega/Agentik_SSOT/skills/dispatch/SKILL.md +79 -0
- package/omega/Agentik_SSOT/skills/dxaudit/SKILL.md +161 -0
- package/omega/Agentik_SSOT/skills/featureaudit/SKILL.md +161 -0
- package/omega/Agentik_SSOT/skills/flowaudit/SKILL.md +165 -0
- package/omega/Agentik_SSOT/skills/genesis/SKILL.md +116 -0
- package/omega/Agentik_SSOT/skills/handoff/SKILL.md +117 -0
- package/omega/Agentik_SSOT/skills/logicaudit/SKILL.md +165 -0
- package/omega/Agentik_SSOT/skills/motionaudit/SKILL.md +165 -0
- package/omega/Agentik_SSOT/skills/perfaudit/SKILL.md +161 -0
- package/omega/Agentik_SSOT/skills/plan/SKILL.md +127 -0
- package/omega/Agentik_SSOT/skills/pursue/SKILL.md +68 -0
- package/omega/Agentik_SSOT/skills/rag-route.md +82 -0
- package/omega/Agentik_SSOT/skills/refontaudit/SKILL.md +165 -0
- package/omega/Agentik_SSOT/skills/retentionaudit/SKILL.md +165 -0
- package/omega/Agentik_SSOT/skills/secaudit/SKILL.md +157 -0
- package/omega/Agentik_SSOT/skills/seoaudit/SKILL.md +161 -0
- package/omega/Agentik_SSOT/skills/skill-auditor/SKILL.md +83 -0
- package/omega/Agentik_SSOT/skills/skill-finder/SKILL.md +116 -0
- package/omega/Agentik_SSOT/skills/uiuxaudit/SKILL.md +165 -0
- package/package.json +2 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/omega/Agentik_Engine/tests/__pycache__/test_skill_routing.cpython-313-pytest-8.4.2.pyc
ADDED
|
Binary file
|
package/omega/Agentik_Engine/tests/__pycache__/test_snapshot_partial.cpython-313-pytest-8.4.2.pyc
ADDED
|
Binary file
|
|
Binary file
|
package/omega/Agentik_Engine/tests/__pycache__/test_telegram_history.cpython-313-pytest-8.4.2.pyc
ADDED
|
Binary file
|
|
Binary file
|
package/omega/Agentik_Engine/tests/__pycache__/test_tmux_and_aisb_chat.cpython-313-pytest-8.4.2.pyc
ADDED
|
Binary file
|
|
Binary file
|
package/omega/Agentik_Engine/tests/__pycache__/test_tools_and_sync.cpython-313-pytest-8.4.2.pyc
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/omega/Agentik_Engine/tests/__pycache__/test_worker_and_cleanup.cpython-313-pytest-8.4.2.pyc
ADDED
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,338 @@
|
|
|
1
|
+
"""The account pool + vault + billing aggregator — the real things.
|
|
2
|
+
|
|
3
|
+
End-to-end coverage in stdlib:
|
|
4
|
+
- load a YAML pool from a tempdir-based OMEGA_HOME
|
|
5
|
+
- round-robin and least-used selection
|
|
6
|
+
- read_token / write_token round-trip via the vault (mode 600 enforced)
|
|
7
|
+
- BillingAggregator aggregates per-account totals from seeded events
|
|
8
|
+
- the new providers (GLM, OpenAI, DeepSeek) import cleanly with no API key
|
|
9
|
+
and only raise on `.run()` — with a helpful message
|
|
10
|
+
|
|
11
|
+
Standalone: python3 tests/test_account.py
|
|
12
|
+
"""
|
|
13
|
+
import os
|
|
14
|
+
import stat
|
|
15
|
+
import sys
|
|
16
|
+
import tempfile
|
|
17
|
+
from pathlib import Path
|
|
18
|
+
|
|
19
|
+
sys.path.insert(0, str(Path(__file__).resolve().parents[1]))
|
|
20
|
+
|
|
21
|
+
from omega_engine.account import ( # noqa: E402
|
|
22
|
+
AccountPool,
|
|
23
|
+
BillingAggregator,
|
|
24
|
+
ClaudeAccount,
|
|
25
|
+
read_token,
|
|
26
|
+
vault_path,
|
|
27
|
+
write_token,
|
|
28
|
+
)
|
|
29
|
+
from omega_engine.events import Event, EventType # noqa: E402
|
|
30
|
+
from omega_engine.provider import ( # noqa: E402
|
|
31
|
+
AgentRequest,
|
|
32
|
+
DeepSeekProvider,
|
|
33
|
+
GLMProvider,
|
|
34
|
+
OpenAIProvider,
|
|
35
|
+
)
|
|
36
|
+
from omega_engine.store import SQLiteStore # noqa: E402
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
# ──── helpers ────
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
def _omega_home_with_pool(tmp: Path, selection: str = "least-used") -> Path:
|
|
43
|
+
"""Seed OMEGA_HOME with an accounts.yaml containing two entries."""
|
|
44
|
+
cfg_dir = tmp / "Agentik_Providers" / "claude"
|
|
45
|
+
cfg_dir.mkdir(parents=True)
|
|
46
|
+
(cfg_dir / "accounts.yaml").write_text(
|
|
47
|
+
f"""version: 1
|
|
48
|
+
selection: {selection}
|
|
49
|
+
pool:
|
|
50
|
+
- id: max-primary
|
|
51
|
+
label: "Primary"
|
|
52
|
+
secret_ref: CLAUDE_OAUTH_max-primary
|
|
53
|
+
weight: 1
|
|
54
|
+
status: active
|
|
55
|
+
- id: max-secondary
|
|
56
|
+
label: "Secondary"
|
|
57
|
+
secret_ref: CLAUDE_OAUTH_max-secondary
|
|
58
|
+
weight: 2
|
|
59
|
+
status: active
|
|
60
|
+
"""
|
|
61
|
+
)
|
|
62
|
+
return tmp
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
# ──── tests ────
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
def test_pool_load_yaml_two_accounts():
|
|
69
|
+
with tempfile.TemporaryDirectory() as tmp:
|
|
70
|
+
home = _omega_home_with_pool(Path(tmp))
|
|
71
|
+
pool = AccountPool.load(home)
|
|
72
|
+
assert len(pool.accounts) == 2, f"want 2, got {len(pool.accounts)}"
|
|
73
|
+
assert {a.id for a in pool.accounts} == {"max-primary", "max-secondary"}
|
|
74
|
+
assert pool.get("max-primary").label == "Primary"
|
|
75
|
+
assert pool.get("max-secondary").weight == 2
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
def test_pool_falls_back_to_example_when_no_yaml():
|
|
79
|
+
# an OMEGA_HOME with only the example file should still load (the example
|
|
80
|
+
# is the template the repo ships with).
|
|
81
|
+
with tempfile.TemporaryDirectory() as tmp:
|
|
82
|
+
cfg = Path(tmp) / "Agentik_Providers" / "claude"
|
|
83
|
+
cfg.mkdir(parents=True)
|
|
84
|
+
(cfg / "accounts.example.yaml").write_text(
|
|
85
|
+
"version: 1\nselection: least-used\npool:\n - id: max-x\n "
|
|
86
|
+
"label: example\n secret_ref: CLAUDE_OAUTH_max-x\n "
|
|
87
|
+
"weight: 1\n status: active\n"
|
|
88
|
+
)
|
|
89
|
+
pool = AccountPool.load(tmp)
|
|
90
|
+
assert len(pool.accounts) == 1
|
|
91
|
+
assert pool.accounts[0].id == "max-x"
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
def test_pool_empty_when_no_config():
|
|
95
|
+
with tempfile.TemporaryDirectory() as tmp:
|
|
96
|
+
pool = AccountPool.load(tmp)
|
|
97
|
+
assert pool.accounts == []
|
|
98
|
+
# next() on an empty pool must raise — never silently return nothing
|
|
99
|
+
try:
|
|
100
|
+
pool.next()
|
|
101
|
+
except RuntimeError as exc:
|
|
102
|
+
assert "no active" in str(exc)
|
|
103
|
+
else:
|
|
104
|
+
raise AssertionError("expected RuntimeError on empty pool")
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
def test_round_robin_alternates():
|
|
108
|
+
with tempfile.TemporaryDirectory() as tmp:
|
|
109
|
+
home = _omega_home_with_pool(Path(tmp), selection="round-robin")
|
|
110
|
+
pool = AccountPool.load(home)
|
|
111
|
+
picks = [pool.next().id for _ in range(4)]
|
|
112
|
+
# strict alternation regardless of usage counters
|
|
113
|
+
assert picks == [
|
|
114
|
+
"max-primary", "max-secondary", "max-primary", "max-secondary",
|
|
115
|
+
], picks
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
def test_least_used_picks_smaller_counter():
|
|
119
|
+
with tempfile.TemporaryDirectory() as tmp:
|
|
120
|
+
home = _omega_home_with_pool(Path(tmp), selection="least-used")
|
|
121
|
+
pool = AccountPool.load(home)
|
|
122
|
+
# bias primary to have more usage; secondary must win.
|
|
123
|
+
pool.usage_for("max-primary", 1000)
|
|
124
|
+
pick = pool.next()
|
|
125
|
+
assert pick.id == "max-secondary"
|
|
126
|
+
# ties: both at the same count → either is acceptable, but
|
|
127
|
+
# consistent picks one and the next call goes to the other.
|
|
128
|
+
pool.usage_for("max-secondary", 1000)
|
|
129
|
+
first = pool.next().id
|
|
130
|
+
second = pool.next().id
|
|
131
|
+
assert {first, second} <= {"max-primary", "max-secondary"}
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
def test_set_status_rejects_bad_value():
|
|
135
|
+
with tempfile.TemporaryDirectory() as tmp:
|
|
136
|
+
home = _omega_home_with_pool(Path(tmp))
|
|
137
|
+
pool = AccountPool.load(home)
|
|
138
|
+
try:
|
|
139
|
+
pool.set_status("max-primary", "frozen")
|
|
140
|
+
except ValueError as exc:
|
|
141
|
+
assert "active" in str(exc)
|
|
142
|
+
else:
|
|
143
|
+
raise AssertionError("expected ValueError on bad status")
|
|
144
|
+
# but legal values work and persist through save/load
|
|
145
|
+
pool.set_status("max-primary", "resting")
|
|
146
|
+
pool.save(home)
|
|
147
|
+
reloaded = AccountPool.load(home)
|
|
148
|
+
assert reloaded.get("max-primary").status == "resting"
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
def test_disabled_account_excluded_from_rotation():
|
|
152
|
+
with tempfile.TemporaryDirectory() as tmp:
|
|
153
|
+
home = _omega_home_with_pool(Path(tmp), selection="round-robin")
|
|
154
|
+
pool = AccountPool.load(home)
|
|
155
|
+
pool.set_status("max-secondary", "disabled")
|
|
156
|
+
picks = [pool.next().id for _ in range(3)]
|
|
157
|
+
assert all(p == "max-primary" for p in picks), picks
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
def test_vault_round_trip_with_mode_600():
|
|
161
|
+
with tempfile.TemporaryDirectory() as tmp:
|
|
162
|
+
secret = "CLAUDE_OAUTH_max-primary"
|
|
163
|
+
path = write_token(tmp, secret, "sk-test-12345")
|
|
164
|
+
# exact file mode must be 0o600 — nothing else should be readable
|
|
165
|
+
mode = stat.S_IMODE(path.stat().st_mode)
|
|
166
|
+
assert mode == 0o600, f"want 0o600, got {oct(mode)}"
|
|
167
|
+
# The new vault writes to "<secret>_TOKEN[.age]"; the legacy
|
|
168
|
+
# vault_path("<secret>") still resolves to the dotenv path for
|
|
169
|
+
# backward compat reads — they may differ, but both must live under
|
|
170
|
+
# the same secrets dir.
|
|
171
|
+
secrets_dir = Path(tmp) / "Agentik_Extra" / "etc" / "secrets"
|
|
172
|
+
assert path.parent == secrets_dir, (path.parent, secrets_dir)
|
|
173
|
+
assert vault_path(tmp, secret).parent == secrets_dir
|
|
174
|
+
# round-trip — read_token tries the new vault first, then the legacy file
|
|
175
|
+
token = read_token(tmp, secret)
|
|
176
|
+
assert token == "sk-test-12345"
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
def test_vault_refuses_path_traversal():
|
|
180
|
+
with tempfile.TemporaryDirectory() as tmp:
|
|
181
|
+
for bad in ("../escape", "a/b", "..", ""):
|
|
182
|
+
try:
|
|
183
|
+
vault_path(tmp, bad)
|
|
184
|
+
except ValueError:
|
|
185
|
+
continue
|
|
186
|
+
raise AssertionError(f"vault_path accepted bad ref: {bad!r}")
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
def test_vault_read_missing_raises():
|
|
190
|
+
with tempfile.TemporaryDirectory() as tmp:
|
|
191
|
+
try:
|
|
192
|
+
read_token(tmp, "CLAUDE_OAUTH_nonexistent")
|
|
193
|
+
except FileNotFoundError:
|
|
194
|
+
return
|
|
195
|
+
raise AssertionError("expected FileNotFoundError on missing vault file")
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
def test_billing_aggregates_per_account_from_events():
|
|
199
|
+
"""Seed a real SQLite event store with task.* events that carry
|
|
200
|
+
`usage.account_id`, then verify BillingAggregator sums them correctly."""
|
|
201
|
+
with tempfile.TemporaryDirectory() as tmp:
|
|
202
|
+
db = Path(tmp) / "omega.db"
|
|
203
|
+
store = SQLiteStore(db)
|
|
204
|
+
# Two accounts billed across three task events. One event with no
|
|
205
|
+
# usage payload must be ignored (negative test in the same pass).
|
|
206
|
+
store.append(Event(
|
|
207
|
+
task_id="t-1", type=EventType.COMPLETED,
|
|
208
|
+
payload={"usage": {"account_id": "max-primary",
|
|
209
|
+
"input_tokens": 100, "output_tokens": 200}},
|
|
210
|
+
))
|
|
211
|
+
store.append(Event(
|
|
212
|
+
task_id="t-2", type=EventType.COMPLETED,
|
|
213
|
+
payload={"usage": {"account_id": "max-primary",
|
|
214
|
+
"input_tokens": 50, "output_tokens": 75}},
|
|
215
|
+
))
|
|
216
|
+
store.append(Event(
|
|
217
|
+
task_id="t-3", type=EventType.COMPLETED,
|
|
218
|
+
payload={"usage": {"account_id": "max-secondary",
|
|
219
|
+
"input_tokens": 10, "output_tokens": 20}},
|
|
220
|
+
))
|
|
221
|
+
# noise: an event with no usage payload — must NOT be counted
|
|
222
|
+
store.append(Event(
|
|
223
|
+
task_id="t-4", type=EventType.HEARTBEAT, payload={},
|
|
224
|
+
))
|
|
225
|
+
# noise: an event with usage but zero tokens — must NOT be counted
|
|
226
|
+
store.append(Event(
|
|
227
|
+
task_id="t-5", type=EventType.COMPLETED,
|
|
228
|
+
payload={"usage": {"account_id": "max-secondary",
|
|
229
|
+
"input_tokens": 0, "output_tokens": 0}},
|
|
230
|
+
))
|
|
231
|
+
totals = BillingAggregator.from_event_log(store)
|
|
232
|
+
assert set(totals.keys()) == {"max-primary", "max-secondary"}, totals
|
|
233
|
+
assert totals["max-primary"] == {
|
|
234
|
+
"input_tokens": 150, "output_tokens": 275, "total_calls": 2,
|
|
235
|
+
}
|
|
236
|
+
assert totals["max-secondary"] == {
|
|
237
|
+
"input_tokens": 10, "output_tokens": 20, "total_calls": 1,
|
|
238
|
+
}
|
|
239
|
+
store.close()
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
def test_billing_empty_log_returns_empty_dict():
|
|
243
|
+
with tempfile.TemporaryDirectory() as tmp:
|
|
244
|
+
db = Path(tmp) / "omega.db"
|
|
245
|
+
store = SQLiteStore(db)
|
|
246
|
+
totals = BillingAggregator.from_event_log(store)
|
|
247
|
+
assert totals == {}
|
|
248
|
+
store.close()
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
def test_new_providers_import_without_api_key():
|
|
252
|
+
"""The three new providers must be constructible with no env, no args.
|
|
253
|
+
Errors are deferred to `.run()` so the rest of the engine can keep
|
|
254
|
+
talking about them as objects."""
|
|
255
|
+
# cover the no-arg path explicitly
|
|
256
|
+
for cls in (GLMProvider, OpenAIProvider, DeepSeekProvider):
|
|
257
|
+
p = cls()
|
|
258
|
+
assert isinstance(p.id, str) and p.id
|
|
259
|
+
# default model is set
|
|
260
|
+
assert p._model, f"{cls.__name__} default model not set"
|
|
261
|
+
# custom args also accepted
|
|
262
|
+
p2 = cls(model="custom", api_key=None, base_url="https://example.test")
|
|
263
|
+
assert p2._model == "custom"
|
|
264
|
+
assert p2._base_url == "https://example.test"
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
def _expect_runtime_error_on_run(provider, env_var: str) -> None:
|
|
268
|
+
"""Calling .run() with no key in env AND no api_key arg must raise
|
|
269
|
+
a RuntimeError whose message names the missing env var."""
|
|
270
|
+
saved = os.environ.pop(env_var, None)
|
|
271
|
+
try:
|
|
272
|
+
provider.run(AgentRequest(role="worker", prompt="hi"))
|
|
273
|
+
except RuntimeError as exc:
|
|
274
|
+
msg = str(exc)
|
|
275
|
+
assert env_var in msg, f"{env_var} not in error message: {msg!r}"
|
|
276
|
+
return
|
|
277
|
+
finally:
|
|
278
|
+
if saved is not None:
|
|
279
|
+
os.environ[env_var] = saved
|
|
280
|
+
raise AssertionError(
|
|
281
|
+
f"{type(provider).__name__}.run() did not raise on missing key"
|
|
282
|
+
)
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
def test_glm_provider_raises_without_key():
|
|
286
|
+
_expect_runtime_error_on_run(GLMProvider(), "GLM_API_KEY")
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
def test_openai_provider_raises_without_key():
|
|
290
|
+
_expect_runtime_error_on_run(OpenAIProvider(), "OPENAI_API_KEY")
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
def test_deepseek_provider_raises_without_key():
|
|
294
|
+
_expect_runtime_error_on_run(DeepSeekProvider(), "DEEPSEEK_API_KEY")
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
def test_account_dataclass_round_trip_yaml():
|
|
298
|
+
"""ClaudeAccount.to_yaml -> AccountPool.save -> AccountPool.load must
|
|
299
|
+
preserve all the fields we serialize."""
|
|
300
|
+
with tempfile.TemporaryDirectory() as tmp:
|
|
301
|
+
pool = AccountPool(
|
|
302
|
+
accounts=[
|
|
303
|
+
ClaudeAccount(
|
|
304
|
+
id="max-new", label="round trip", secret_ref="CLAUDE_OAUTH_max-new",
|
|
305
|
+
weight=3, status="resting", tokens_used=1234, last_used_at=1700.0,
|
|
306
|
+
),
|
|
307
|
+
],
|
|
308
|
+
selection="round-robin",
|
|
309
|
+
)
|
|
310
|
+
cfg = pool.save(tmp)
|
|
311
|
+
assert cfg.exists()
|
|
312
|
+
reloaded = AccountPool.load(tmp)
|
|
313
|
+
assert reloaded.selection == "round-robin"
|
|
314
|
+
a = reloaded.get("max-new")
|
|
315
|
+
assert a is not None
|
|
316
|
+
assert a.weight == 3
|
|
317
|
+
assert a.status == "resting"
|
|
318
|
+
assert a.tokens_used == 1234
|
|
319
|
+
assert a.last_used_at == 1700.0
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
# ──── runner ────
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
def _run_all() -> bool:
|
|
326
|
+
tests = [v for k, v in sorted(globals().items())
|
|
327
|
+
if k.startswith("test_") and callable(v)]
|
|
328
|
+
passed = 0
|
|
329
|
+
for t in tests:
|
|
330
|
+
t()
|
|
331
|
+
print(f" PASS {t.__name__}")
|
|
332
|
+
passed += 1
|
|
333
|
+
print(f"\n{passed}/{len(tests)} account tests passed")
|
|
334
|
+
return passed == len(tests)
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
if __name__ == "__main__":
|
|
338
|
+
sys.exit(0 if _run_all() else 1)
|