LICENSE
MANIFEST.in
README.md
README.zh-CN.md
pyproject.toml
agentorch/__init__.py
agentorch/_component_registry.py
agentorch/_facade_support.py
agentorch/bootstrap.py
agentorch/design.py
agentorch/facade.py
agentorch/security.py
agentorch/strategies.py
agentorch/agents/__init__.py
agentorch/agents/coordinator.py
agentorch/agents/registry.py
agentorch/agents/supervisor.py
agentorch/agents/types.py
agentorch/config/__init__.py
agentorch/config/settings.py
agentorch/core/__init__.py
agentorch/core/types.py
agentorch/evolution/__init__.py
agentorch/evolution/base.py
agentorch/evolution/bootstrap.py
agentorch/evolution/context.py
agentorch/evolution/factory.py
agentorch/evolution/helpers.py
agentorch/evolution/manager.py
agentorch/evolution/registry.py
agentorch/evolution/search_space.py
agentorch/evolution/session.py
agentorch/evolution/strategies.py
agentorch/evolution/templates.py
agentorch/evolution/types.py
agentorch/evolution/algorithms/__init__.py
agentorch/evolution/algorithms/beam_search.py
agentorch/evolution/algorithms/hill_climb.py
agentorch/evolution/algorithms/random_search.py
agentorch/evolution/algorithms/genetic/__init__.py
agentorch/evolution/algorithms/genetic/algorithm.py
agentorch/evolution/algorithms/genetic/mutation.py
agentorch/evolution/algorithms/genetic/selection.py
agentorch/extensions/__init__.py
agentorch/extensions/runtime.py
agentorch/feedback/__init__.py
agentorch/feedback/base.py
agentorch/feedback/channels.py
agentorch/feedback/inbox.py
agentorch/feedback/manager.py
agentorch/feedback/policy.py
agentorch/feedback/types.py
agentorch/knowledge/__init__.py
agentorch/knowledge/adapters.py
agentorch/knowledge/base.py
agentorch/knowledge/classic.py
agentorch/knowledge/factory.py
agentorch/knowledge/in_memory.py
agentorch/knowledge/indexed.py
agentorch/knowledge/registry.py
agentorch/knowledge/retrievers/__init__.py
agentorch/knowledge/retrievers/keyword.py
agentorch/memory/__init__.py
agentorch/memory/base.py
agentorch/memory/bootstrap.py
agentorch/memory/factory.py
agentorch/memory/manager.py
agentorch/memory/mechanisms.py
agentorch/memory/policies.py
agentorch/memory/registry.py
agentorch/memory/state.py
agentorch/memory/stores.py
agentorch/memory/types.py
agentorch/memory/backends/__init__.py
agentorch/memory/backends/in_memory_state_store.py
agentorch/memory/backends/sqlite_checkpoint_store.py
agentorch/memory/backends/sqlite_record_store.py
agentorch/memory/governance/__init__.py
agentorch/memory/governance/mgcm.py
agentorch/models/__init__.py
agentorch/models/base.py
agentorch/models/bootstrap.py
agentorch/models/embedding.py
agentorch/models/media.py
agentorch/models/openai_compatible_http.py
agentorch/models/openai_model.py
agentorch/models/registry.py
agentorch/models/speech.py
agentorch/observability/__init__.py
agentorch/observability/telemetry.py
agentorch/parsing/__init__.py
agentorch/parsing/parsers.py
agentorch/plugins/__init__.py
agentorch/plugins/manager.py
agentorch/prompts/__init__.py
agentorch/prompts/builder.py
agentorch/prompts/cards.py
agentorch/reasoning/__init__.py
agentorch/reasoning/base.py
agentorch/reasoning/bootstrap.py
agentorch/reasoning/factory.py
agentorch/reasoning/frameworks.py
agentorch/reasoning/parsers.py
agentorch/reasoning/react.py
agentorch/reasoning/registry.py
agentorch/reasoning/mechanisms/__init__.py
agentorch/reasoning/mechanisms/cot.py
agentorch/reasoning/mechanisms/legacy.py
agentorch/reasoning/mechanisms/plan_execute.py
agentorch/reasoning/mechanisms/react.py
agentorch/reasoning/mechanisms/reflexion.py
agentorch/reasoning/mechanisms/tot.py
agentorch/runtime/__init__.py
agentorch/runtime/_export_support.py
agentorch/runtime/agent.py
agentorch/runtime/context_compaction.py
agentorch/runtime/context_kernel.py
agentorch/runtime/runtime.py
agentorch/runtime/workflow_execution.py
agentorch/sandbox/__init__.py
agentorch/sandbox/manager.py
agentorch/sandbox/python_worker.py
agentorch/skills/__init__.py
agentorch/skills/base.py
agentorch/skills/loader.py
agentorch/skills/registry.py
agentorch/tests/test_builder_parser_tool_matrix.py
agentorch/tests/test_component_method_matrix.py
agentorch/tests/test_design_api.py
agentorch/tests/test_extensibility_and_supervisor.py
agentorch/tests/test_filesystem_tool_optimizations.py
agentorch/tests/test_interface_smoke.py
agentorch/tests/test_public_api_contracts.py
agentorch/tests/test_readme_contracts.py
agentorch/tests/test_registry_refactor.py
agentorch/tests/test_security_and_lifecycle.py
agentorch/tools/__init__.py
agentorch/tools/base.py
agentorch/tools/bundles.py
agentorch/tools/code_interpreter.py
agentorch/tools/decorators.py
agentorch/tools/knowledge.py
agentorch/tools/media.py
agentorch/tools/registry.py
agentorch/tools/coding/__init__.py
agentorch/tools/coding/common.py
agentorch/tools/coding/find_files.py
agentorch/tools/coding/list_directory.py
agentorch/tools/coding/read_file.py
agentorch/tools/coding/register.py
agentorch/tools/coding/search_text.py
agentorch/tools/coding/write_file.py
agentorch/tools/common/__init__.py
agentorch/tools/common/file_ops.py
agentorch/tools/common/paths.py
agentorch/tools/execution/__init__.py
agentorch/tools/execution/register.py
agentorch/tools/execution/run_command.py
agentorch/tools/filesystem/__init__.py
agentorch/tools/filesystem/append_file.py
agentorch/tools/filesystem/find_files.py
agentorch/tools/filesystem/get_file_info.py
agentorch/tools/filesystem/list_directory.py
agentorch/tools/filesystem/make_directory.py
agentorch/tools/filesystem/read_file.py
agentorch/tools/filesystem/register.py
agentorch/tools/filesystem/replace_in_file.py
agentorch/tools/filesystem/search_text.py
agentorch/tools/filesystem/write_file.py
agentorch/tools/git_tools/__init__.py
agentorch/tools/git_tools/git_diff_summary.py
agentorch/tools/git_tools/git_recent_commits.py
agentorch/tools/git_tools/git_status.py
agentorch/tools/git_tools/register.py
agentorch/tools/web/__init__.py
agentorch/tools/web/brave_search.py
agentorch/tools/web/register.py
agentorch/workflow/__init__.py
agentorch/workflow/base.py
agentorch/workflow/runner.py
masarch.egg-info/PKG-INFO
masarch.egg-info/SOURCES.txt
masarch.egg-info/dependency_links.txt
masarch.egg-info/requires.txt
masarch.egg-info/top_level.txt