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/micro_agent.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_manager.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/profiles/claude_coder.yml
src/agentmatrix/profiles/mark.yml
src/agentmatrix/profiles/planner.yml
src/agentmatrix/profiles/researcher.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/deep_researcher.py
src/agentmatrix/skills/deep_researcher_helper.py
src/agentmatrix/skills/deprecated_methods.py
src/agentmatrix/skills/filesystem.py
src/agentmatrix/skills/markdown_editor.py
src/agentmatrix/skills/notebook.py
src/agentmatrix/skills/parser_utils.py
src/agentmatrix/skills/project_management.py
src/agentmatrix/skills/report_writer.py
src/agentmatrix/skills/report_writer_utils.py
src/agentmatrix/skills/search_results_parser.py
src/agentmatrix/skills/search_tool.py
src/agentmatrix/skills/skill_helpers.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
tests/test2.py
tests/test_batch_parsing.py
tests/test_bing_search.py
tests/test_dynamic_finish_task.py
tests/test_google_preprocess.py
tests/test_google_search.py
tests/test_markdown_link_manager.py
tests/test_navigation_detection.py
tests/test_search_results_parser.py
tests/test_single_url.py
tests/test_trafilatura_format.py
tests/test_trafilatura_format2.py
tests/test_trafilatura_params.py
tests/test_tricky_characters.py
tests/test_url_state_fix.py