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/hardware.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_bedrock_auth.py
tests/test_bedrock_discovery.py
tests/test_chat_slash_cloud.py
tests/test_chat_slash_gsa.py
tests/test_chat_slash_learn.py
tests/test_chunk_size_for_bge.py
tests/test_cli.py
tests/test_confidence_evaluator.py
tests/test_conftest_safety.py
tests/test_cost_tracking.py
tests/test_document_store.py
tests/test_extract_answer.py
tests/test_gsa_error_scoping.py
tests/test_gsa_no_think.py
tests/test_gsa_prompts.py
tests/test_gsa_routing_gate.py
tests/test_hardware_detect.py
tests/test_init_sanity_checks.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_ollama_install_flow.py
tests/test_openrouter_discovery.py
tests/test_progress_callbacks.py
tests/test_pypi_release.py
tests/test_pyproject.py
tests/test_refusal_detector.py
tests/test_retry_policy.py
tests/test_self_assessment.py
tests/test_setup_wizard.py
tests/test_skip_logprob_on_thinking.py
tests/test_skip_logprobs_in_chat.py
tests/test_streaming.py
tests/test_streaming_agent.py
tests/test_streaming_cloud.py
tests/test_thought_renderer.py
tests/test_wizard_list_pickers.py
tests/test_wizard_model_verification.py