LICENSE
README.md
pyproject.toml
lmcc/__init__.py
lmcc/adapter.py
lmcc/core.py
lmcc/errors.py
lmcc/extensions.py
lmcc/fn.py
lmcc/formats.py
lmcc/helpers.py
lmcc/plan.py
lmcc/reader.py
lmcc/registry.py
lmcc/serde.py
lmcc/stream.py
lmcc/template.py
lmcc/transport.py
lmcc/turn.py
lmcc.egg-info/PKG-INFO
lmcc.egg-info/SOURCES.txt
lmcc.egg-info/dependency_links.txt
lmcc.egg-info/requires.txt
lmcc.egg-info/top_level.txt
lmcc_dspy/__init__.py
lmcc_lm15/__init__.py
lmcc_std/__init__.py
lmcc_std/code.py
lmcc_std/formats.py
lmcc_std/jsontext.py
lmcc_std/readers.py
lmcc_std/reasoning.py
lmcc_std/tools.py
tests/test_agent_surface.py
tests/test_audit_holes.py
tests/test_coherence.py
tests/test_corpus.py
tests/test_docs_howto.py
tests/test_driver_protocol.py
tests/test_extensions.py
tests/test_fix_hints.py
tests/test_formats.py
tests/test_guide.py
tests/test_harness_checks.py
tests/test_helpers.py
tests/test_heredoc_turns.py
tests/test_kernel.py
tests/test_package_version.py
tests/test_repairs.py
tests/test_research_cross_design.py
tests/test_response_parts.py
tests/test_std.py
tests/test_streaming.py
tests/test_text_rules.py
tests/test_tools_citations.py
tests/test_transports_serde.py
tests/test_turns.py