LICENSE
README.md
pyproject.toml
ctxloom/__init__.py
ctxloom/__main__.py
ctxloom/_extras.py
ctxloom/agents.py
ctxloom/artifacts.py
ctxloom/branching.py
ctxloom/budget.py
ctxloom/checkpoints.py
ctxloom/commit.py
ctxloom/consume.py
ctxloom/context.py
ctxloom/effects.py
ctxloom/eval.py
ctxloom/events.py
ctxloom/interrupt.py
ctxloom/llm_agent.py
ctxloom/operations.py
ctxloom/patches.py
ctxloom/produce.py
ctxloom/prompts.py
ctxloom/replay.py
ctxloom/resources.py
ctxloom/runtime.py
ctxloom/scheduler.py
ctxloom/session.py
ctxloom/sources.py
ctxloom/streaming.py
ctxloom/structured.py
ctxloom/tool_use.py
ctxloom/tools.py
ctxloom/triggers.py
ctxloom/viz.py
ctxloom.egg-info/PKG-INFO
ctxloom.egg-info/SOURCES.txt
ctxloom.egg-info/dependency_links.txt
ctxloom.egg-info/entry_points.txt
ctxloom.egg-info/requires.txt
ctxloom.egg-info/top_level.txt
ctxloom/providers/__init__.py
ctxloom/providers/anthropic.py
ctxloom/providers/azure.py
ctxloom/providers/cerebras.py
ctxloom/providers/chat.py
ctxloom/providers/contracts.py
ctxloom/providers/deepseek.py
ctxloom/providers/fake.py
ctxloom/providers/fireworks.py
ctxloom/providers/gemini.py
ctxloom/providers/github_models.py
ctxloom/providers/groq.py
ctxloom/providers/image.py
ctxloom/providers/mistral.py
ctxloom/providers/nvidia.py
ctxloom/providers/ollama.py
ctxloom/providers/openai.py
ctxloom/providers/openrouter.py
ctxloom/providers/perplexity.py
ctxloom/providers/qwen.py
ctxloom/providers/speech.py
ctxloom/providers/together.py
ctxloom/providers/video.py
ctxloom/providers/xai.py
ctxloom/providers/zai.py
ctxloom/recipes/__init__.py
ctxloom/recipes/resolve.py
ctxloom/recipes/rollback.py
ctxloom/recipes/search.py
ctxloom/recipes/status.py
ctxloom/recipes/text.py
ctxloom/tracing/__init__.py
ctxloom/tracing/langfuse.py
ctxloom/tracing/models.py
ctxloom/tracing/postgres.py
ctxloom/tracing/store.py
ctxloom/tracing/tracer.py
ctxloom/tracing/web.py
ctxloom/tracing/templates/ui.html
ctxloom/tracing/templates/ui_run.html
tests/test_adaptive.py
tests/test_anthropic_provider.py
tests/test_artifacts.py
tests/test_backbone.py
tests/test_branching.py
tests/test_budget.py
tests/test_checkpoint.py
tests/test_concurrency.py
tests/test_consumes_produces.py
tests/test_devops.py
tests/test_devops_web.py
tests/test_effects.py
tests/test_eval.py
tests/test_forklab.py
tests/test_forklab_web.py
tests/test_gemini_provider.py
tests/test_hitl.py
tests/test_invalidation.py
tests/test_knowledge.py
tests/test_knowledge_web.py
tests/test_llm_ladder.py
tests/test_medic_lab.py
tests/test_medic_lab_web.py
tests/test_multisource.py
tests/test_openai_provider.py
tests/test_patches.py
tests/test_ports.py
tests/test_produce_styles.py
tests/test_prompts.py
tests/test_provider_auth.py
tests/test_providers_integration.py
tests/test_recipes.py
tests/test_relations.py
tests/test_repair.py
tests/test_repair_web.py
tests/test_replay.py
tests/test_research.py
tests/test_resources.py
tests/test_runtime.py
tests/test_runtime_errors.py
tests/test_sessions.py
tests/test_sources.py
tests/test_sources_search.py
tests/test_sources_vector.py
tests/test_speech_provider.py
tests/test_streaming.py
tests/test_structured.py
tests/test_tools.py
tests/test_tracing.py
tests/test_vendor_factories.py
tests/test_video_provider.py
tests/test_view.py
tests/test_viz.py
tests/test_web_source.py
tests/test_workspace.py
tests/test_workspace_with_sources.py
tests/tests_checkpoints_sqlite.py