LICENSE
MANIFEST.in
pyproject.toml
readme.md
requirements.txt
src/agentmatrix/__init__.py
src/agentmatrix/cli_runner.py
src/agentmatrix/agents/__init__.py
src/agentmatrix/agents/base.py
src/agentmatrix/agents/claude_coder.py
src/agentmatrix/agents/data_crawler.py
src/agentmatrix/agents/post_office.py
src/agentmatrix/agents/report_writer.py
src/agentmatrix/agents/secretary.py
src/agentmatrix/agents/stateful.py
src/agentmatrix/agents/user_proxy.py
src/agentmatrix/agents/worker.py
src/agentmatrix/backends/__init__.py
src/agentmatrix/backends/llm_client.py
src/agentmatrix/backends/mock_llm.py
src/agentmatrix/core/__init__.py
src/agentmatrix/core/action.py
src/agentmatrix/core/cerebellum.py
src/agentmatrix/core/events.py
src/agentmatrix/core/loader.py
src/agentmatrix/core/loader_v1.py
src/agentmatrix/core/log_util.py
src/agentmatrix/core/message.py
src/agentmatrix/core/prompt_engine.py
src/agentmatrix/core/runtime.py
src/agentmatrix/core/session.py
src/agentmatrix/core/browser/bing.py
src/agentmatrix/core/browser/browser_adapter.py
src/agentmatrix/core/browser/browser_common.py
src/agentmatrix/core/browser/drission_page_adapter.py
src/agentmatrix/core/browser/google.py
src/agentmatrix/db/__init__.py
src/agentmatrix/db/database.py
src/agentmatrix/db/vector_db.py
src/agentmatrix/docs/Design.md
src/agentmatrix/docs/Framework Capbilities.md
src/agentmatrix/docs/Planner Design.md
src/agentmatrix/docs/crawler_flow.md
src/agentmatrix/docs/report_writer.md
src/agentmatrix/docs/review.md
src/agentmatrix/docs/skill_design.md
src/agentmatrix/profiles/claude_coder.yml
src/agentmatrix/profiles/mark.yml
src/agentmatrix/profiles/planner.yml
src/agentmatrix/profiles/tom_the_data_crawler.yml
src/agentmatrix/profiles/user_proxy.yml
src/agentmatrix/profiles/prompts/base.txt
src/agentmatrix/profiles/prompts/base_v1.txt
src/agentmatrix/profiles/prompts/base_v2.txt
src/agentmatrix/skills/__init__.py
src/agentmatrix/skills/crawler_helpers.py
src/agentmatrix/skills/data_crawler.py
src/agentmatrix/skills/filesystem.py
src/agentmatrix/skills/notebook.py
src/agentmatrix/skills/project_management.py
src/agentmatrix/skills/report_writer.py
src/agentmatrix/skills/report_writer_utils.py
src/agentmatrix/skills/search_tool.py
src/agentmatrix/skills/terminal_ctrl.py
src/agentmatrix/skills/utils.py
src/agentmatrix/skills/web_searcher.py
src/matrix_for_agents.egg-info/PKG-INFO
src/matrix_for_agents.egg-info/SOURCES.txt
src/matrix_for_agents.egg-info/dependency_links.txt
src/matrix_for_agents.egg-info/requires.txt
src/matrix_for_agents.egg-info/top_level.txt