README.md
pyproject.toml
src/aegisloop.egg-info/PKG-INFO
src/aegisloop.egg-info/SOURCES.txt
src/aegisloop.egg-info/dependency_links.txt
src/aegisloop.egg-info/entry_points.txt
src/aegisloop.egg-info/requires.txt
src/aegisloop.egg-info/top_level.txt
src/harness/__init__.py
src/harness/__main__.py
src/harness/cli.py
src/harness/config.py
src/harness/factory.py
src/harness/repl.py
src/harness/types.py
src/harness/verticals.py
src/harness/agent/__init__.py
src/harness/agent/blackboard.py
src/harness/agent/chat.py
src/harness/agent/debate.py
src/harness/agent/evaluator_optimizer.py
src/harness/agent/gates.py
src/harness/agent/learning_agent.py
src/harness/agent/loop.py
src/harness/agent/multi.py
src/harness/agent/planner.py
src/harness/agent/roles.py
src/harness/agent/routing.py
src/harness/agent/streaming.py
src/harness/agent/supervisor.py
src/harness/agent/team.py
src/harness/durable/__init__.py
src/harness/durable/idempotency.py
src/harness/durable/postgres.py
src/harness/durable/runner.py
src/harness/durable/store.py
src/harness/durable/worker.py
src/harness/eval/__init__.py
src/harness/eval/calibration.py
src/harness/eval/frontier.py
src/harness/eval/harness.py
src/harness/learning/__init__.py
src/harness/learning/autoeval.py
src/harness/learning/graph.py
src/harness/learning/memory.py
src/harness/learning/store.py
src/harness/mcp/__init__.py
src/harness/mcp/client.py
src/harness/mcp/server.py
src/harness/memory/__init__.py
src/harness/memory/bm25.py
src/harness/memory/embeddings.py
src/harness/memory/grounded.py
src/harness/memory/hybrid.py
src/harness/observability/__init__.py
src/harness/observability/otel.py
src/harness/observability/tracer.py
src/harness/ops/__init__.py
src/harness/ops/console.py
src/harness/ops/cost.py
src/harness/ops/health.py
src/harness/ops/incident.py
src/harness/ops/incident_store.py
src/harness/ops/instrument.py
src/harness/ops/invariants.py
src/harness/ops/monitor.py
src/harness/ops/scale.py
src/harness/ops/watchdog.py
src/harness/providers/__init__.py
src/harness/providers/base.py
src/harness/providers/chat_completions.py
src/harness/providers/gateway.py
src/harness/providers/models.py
src/harness/providers/responses.py
src/harness/resilience/__init__.py
src/harness/resilience/policies.py
src/harness/security/__init__.py
src/harness/security/injection.py
src/harness/security/quarantine.py
src/harness/security/redteam.py
src/harness/security/taint.py
src/harness/server/__init__.py
src/harness/server/app.py
src/harness/server/tenants.py
src/harness/server/static/index.html
src/harness/tools/__init__.py
src/harness/tools/base.py
src/harness/tools/builtin.py
src/harness/tools/catalog.py
src/harness/tools/code.py
src/harness/tools/coding.py
src/harness/tools/integrations.py
src/harness/tools/presets.py
src/harness/tools/registry.py
src/harness/tools/sandbox.py
src/harness/verify/__init__.py
src/harness/verify/bestofn.py
src/harness/verify/claims.py
src/harness/verify/cove.py
src/harness/verify/deterministic.py
src/harness/verify/full.py
src/harness/verify/nli.py
src/harness/verify/pipeline.py
src/harness/verify/selective.py
tests/test_autonomy.py
tests/test_calculator.py
tests/test_challenge_fixes.py
tests/test_claims.py
tests/test_coding_cli.py
tests/test_core_boundaries.py
tests/test_crash_recovery.py
tests/test_depth.py
tests/test_eval.py
tests/test_flywheel.py
tests/test_frontier.py
tests/test_gateway_and_tracer.py
tests/test_injection.py
tests/test_integrations.py
tests/test_invariants.py
tests/test_lethal_trifecta.py
tests/test_live.py
tests/test_live_full.py
tests/test_mcp.py
tests/test_newlayers.py
tests/test_ops_frontier.py
tests/test_orchestration.py
tests/test_product_agents.py
tests/test_product_debate_autoeval.py
tests/test_product_goldmine.py
tests/test_product_hardening.py
tests/test_product_memgraph.py
tests/test_product_ops.py
tests/test_product_queue_fixes.py
tests/test_product_streaming.py
tests/test_properties.py
tests/test_providers_payload.py
tests/test_registry.py
tests/test_resilience.py
tests/test_scale.py
tests/test_security.py
tests/test_selective.py
tests/test_server.py
tests/test_stier.py
tests/test_stier2.py
tests/test_verify.py
tests/test_verticals.py