LICENSE
README.md
pyproject.toml
autodidact/__init__.py
autodidact/agent.py
autodidact/cli.py
autodidact/confidence_evaluator.py
autodidact/database.py
autodidact/document_store.py
autodidact/knowledge_store.py
autodidact/learning_extractor.py
autodidact/llm_client.py
autodidact/setup_wizard.py
autodidact/thought_renderer.py
autodidact/types.py
autodidact.egg-info/PKG-INFO
autodidact.egg-info/SOURCES.txt
autodidact.egg-info/dependency_links.txt
autodidact.egg-info/entry_points.txt
autodidact.egg-info/requires.txt
autodidact.egg-info/top_level.txt
autodidact/signals/__init__.py
autodidact/signals/grounded_self_assessment.py
tests/test_agent.py
tests/test_cli.py
tests/test_confidence_evaluator.py
tests/test_cost_tracking.py
tests/test_document_store.py
tests/test_init_wizard_integration.py
tests/test_knowledge_store.py
tests/test_learning_extractor.py
tests/test_llm_client_retry.py
tests/test_progress_callbacks.py
tests/test_pypi_release.py
tests/test_pyproject.py
tests/test_self_assessment.py
tests/test_setup_wizard.py
tests/test_thought_renderer.py