CHANGELOG.md
LICENSE
MANIFEST.in
README.md
ROADMAP.md
pyproject.toml
cookbook/00_understand_the_agent_loop.py
cookbook/01_trace_a_research_run.py
cookbook/02_offline_rag.py
cookbook/03_batch_evaluation.py
cookbook/04_scoped_workspace.py
cookbook/05_agent_as_tool.py
cookbook/06_safety_gates.py
cookbook/07_mcp_tools.py
cookbook/08_reproducible_rag.py
cookbook/09_agent_architectures.py
cookbook/README.md
docs/agent-composition.md
docs/api.md
docs/architectures.md
docs/capabilities.md
docs/concepts.md
docs/custom-tools.md
docs/engineering.md
docs/evaluation.md
docs/extensions.md
docs/mcp.md
docs/memory.md
docs/quickstart.md
docs/rag.md
docs/tool-policies.md
examples/math_assistant.py
examples/research_assistant.py
examples/notebooks/01_literature_review.ipynb
examples/notebooks/02_data_analysis.ipynb
examples/notebooks/03_local_model_lab.ipynb
src/agentmold/__init__.py
src/agentmold/_netpolicy.py
src/agentmold/_version.py
src/agentmold/agent.py
src/agentmold/cli.py
src/agentmold/discovery.py
src/agentmold/exceptions.py
src/agentmold/experiment.py
src/agentmold/experimental.py
src/agentmold/loading.py
src/agentmold/mcp.py
src/agentmold/rag.py
src/agentmold/tool.py
src/agentmold.egg-info/PKG-INFO
src/agentmold.egg-info/SOURCES.txt
src/agentmold.egg-info/dependency_links.txt
src/agentmold.egg-info/entry_points.txt
src/agentmold.egg-info/requires.txt
src/agentmold.egg-info/top_level.txt
src/agentmold/llm/__init__.py
src/agentmold/llm/providers/__init__.py
src/agentmold/llm/providers/anthropic_provider.py
src/agentmold/llm/providers/ollama_provider.py
src/agentmold/llm/providers/openai_provider.py
src/agentmold/memory/__init__.py
src/agentmold/tools/__init__.py
src/agentmold/visual/__init__.py
src/agentmold/visual/agent_config.py
src/agentmold/visual/app.py
src/agentmold/visual/architecture.py
src/agentmold/visual/codegen.py
src/agentmold/visual/evaluation_view.py
src/agentmold/visual/graph.py
src/agentmold/visual/live_teaching.py
src/agentmold/visual/renderers.py
src/agentmold/visual/settings.py
src/agentmold/visual/teaching.py
src/agentmold/visual/teaching_models.py
src/agentmold/visual/teaching_view.py
src/agentmold/visual/theme.py
src/agentmold/visual/tool_uploads.py
src/agentmold/visual/traces.py
tests/test_agent.py
tests/test_async_agent.py
tests/test_builtin_tools.py
tests/test_cli.py
tests/test_cookbook.py
tests/test_discovery.py
tests/test_documentation.py
tests/test_experiment.py
tests/test_experimental.py
tests/test_llm.py
tests/test_loading.py
tests/test_mcp.py
tests/test_memory.py
tests/test_notebooks.py
tests/test_provider_contract.py
tests/test_providers.py
tests/test_rag.py
tests/test_run_stream.py
tests/test_tool.py
tests/test_trace.py
tests/test_vector_memory.py
tests/test_visual_app.py
tests/test_visual_architecture.py
tests/test_visual_codegen.py
tests/test_visual_graph.py
tests/test_visual_live_teaching.py
tests/test_visual_navigation.py
tests/test_visual_settings.py
tests/test_visual_teaching.py
tests/test_visual_teaching_models.py
tests/test_visual_tool_uploads.py
tests/test_visual_traces.py