LICENSE
README.md
pyproject.toml
setup.py
runcore/__init__.py
runcore.egg-info/PKG-INFO
runcore.egg-info/SOURCES.txt
runcore.egg-info/dependency_links.txt
runcore.egg-info/entry_points.txt
runcore.egg-info/requires.txt
runcore.egg-info/top_level.txt
runcore/advisor/__init__.py
runcore/advisor/analyzer.py
runcore/advisor/prescriptions.py
runcore/agents/__init__.py
runcore/agents/base.py
runcore/agents/coding.py
runcore/agents/real.py
runcore/agents/research.py
runcore/agents/simulated.py
runcore/agents/support.py
runcore/atir/__init__.py
runcore/atir/converter.py
runcore/atir/spec.py
runcore/benchmark/__init__.py
runcore/benchmark/comparison.py
runcore/benchmark/evaluator.py
runcore/benchmark/metrics.py
runcore/benchmark/profile.py
runcore/benchmark/provider_bench.py
runcore/benchmark/runner.py
runcore/cli/__init__.py
runcore/cli/main.py
runcore/context/__init__.py
runcore/context/blocks.py
runcore/context/cacheability.py
runcore/context/compiler.py
runcore/context/dedupe.py
runcore/context/fingerprint.py
runcore/core/__init__.py
runcore/core/config.py
runcore/core/enums.py
runcore/core/exceptions.py
runcore/core/models.py
runcore/loops/__init__.py
runcore/loops/detector.py
runcore/loops/policies.py
runcore/loops/similarity.py
runcore/monitor/__init__.py
runcore/monitor/daemon.py
runcore/monitor/models.py
runcore/monitor/notifier.py
runcore/monitor/watcher.py
runcore/replacement/__init__.py
runcore/replacement/detector.py
runcore/replacement/patterns.py
runcore/reports/__init__.py
runcore/reports/generator.py
runcore/reports/templates/report.html.j2
runcore/sdk/__init__.py
runcore/sdk/capture.py
runcore/sdk/cloud.py
runcore/sdk/context.py
runcore/sdk/guards.py
runcore/sdk/instrument.py
runcore/sdk/proxy.py
runcore/sdk/adapters/__init__.py
runcore/sdk/adapters/anthropic.py
runcore/sdk/adapters/autogen.py
runcore/sdk/adapters/crewai.py
runcore/sdk/adapters/langchain.py
runcore/sdk/adapters/langgraph.py
runcore/sdk/adapters/openai.py
runcore/server/__init__.py
runcore/server/app.py
runcore/server/billing.py
runcore/server/storage.py
runcore/server/stripe_billing.py
runcore/tools/__init__.py
runcore/tools/compression.py
runcore/tools/optimizer.py
runcore/tools/ranking.py
runcore/tools/registry.py
runcore/trace/__init__.py
runcore/trace/collector.py
runcore/trace/cost.py
runcore/trace/storage.py
runcore/trace/tokens.py