MANIFEST.in
README.md
USAGE_INSTALL_RELEASE.md
pyproject.toml
tamfis_code/__init__.py
tamfis_code/__main__.py
tamfis_code/agent_definitions.py
tamfis_code/agents.py
tamfis_code/api_client.py
tamfis_code/cli.py
tamfis_code/clipboard.py
tamfis_code/completion.py
tamfis_code/config.py
tamfis_code/custom_commands.py
tamfis_code/doctor.py
tamfis_code/enforcer.py
tamfis_code/evidence.py
tamfis_code/hooks.py
tamfis_code/indexer.py
tamfis_code/instructions.py
tamfis_code/interactive.py
tamfis_code/live_input.py
tamfis_code/local_chat.py
tamfis_code/local_tools.py
tamfis_code/mcp.py
tamfis_code/mcp_stdio_server.py
tamfis_code/metrics.py
tamfis_code/model_registry.py
tamfis_code/project.py
tamfis_code/provider_protocols.py
tamfis_code/providers.py
tamfis_code/pty.py
tamfis_code/references.py
tamfis_code/render.py
tamfis_code/routing.py
tamfis_code/runner.py
tamfis_code/runner_local.py
tamfis_code/safety.py
tamfis_code/screenshot.py
tamfis_code/sessions.py
tamfis_code/state.py
tamfis_code/swarm.py
tamfis_code/tasks.py
tamfis_code/tool_policy.py
tamfis_code/workspace.py
tamfis_code.egg-info/PKG-INFO
tamfis_code.egg-info/SOURCES.txt
tamfis_code.egg-info/dependency_links.txt
tamfis_code.egg-info/entry_points.txt
tamfis_code.egg-info/requires.txt
tamfis_code.egg-info/top_level.txt
tamfis_code/openhands/__init__.py
tamfis_code/openhands/agent.py
tamfis_code/openhands/agent_server.py
tamfis_code/openhands/automation.py
tamfis_code/openhands/compat.py
tamfis_code/openhands/conversation.py
tamfis_code/openhands/delegation.py
tamfis_code/openhands/events.py
tamfis_code/openhands/leases.py
tamfis_code/openhands/security.py
tamfis_code/openhands/skills.py
tamfis_code/openhands/tools.py
tamfis_code/openhands/workspace.py
tamfis_code/orchestrator/__init__.py
tamfis_code/orchestrator/context.py
tamfis_code/orchestrator/engine.py
tamfis_code/orchestrator/planner.py
tamfis_code/orchestrator/protocols.py
tamfis_code/orchestrator/validator.py
tests/test_agent_definitions.py
tests/test_agents.py
tests/test_agents_delegation.py
tests/test_build_installation.py
tests/test_cli_commands.py
tests/test_clipboard.py
tests/test_completion.py
tests/test_context_rollover.py
tests/test_custom_commands.py
tests/test_cwd_validation.py
tests/test_doctor_session_diagnostics.py
tests/test_enforcer.py
tests/test_fake_tool_detection.py
tests/test_find_references.py
tests/test_hooks.py
tests/test_indexer.py
tests/test_instructions.py
tests/test_integration_new.py
tests/test_interactive_standalone.py
tests/test_live_input.py
tests/test_local_pty.py
tests/test_mcp.py
tests/test_mcp_search_bounds.py
tests/test_mcp_standalone_degradation.py
tests/test_mcp_stdio_server.py
tests/test_metrics.py
tests/test_openhands_runtime.py
tests/test_openrouter_cost_routing.py
tests/test_orchestrator.py
tests/test_plan_mode_gate.py
tests/test_plan_steps_and_attempts.py
tests/test_provider_protocols.py
tests/test_reasoning_effort_capability.py
tests/test_reasoning_plan.py
tests/test_references.py
tests/test_render_task_diagnostics.py
tests/test_routing.py
tests/test_runner_helpers.py
tests/test_runner_local.py
tests/test_safety.py
tests/test_safety_manifest.py
tests/test_sessions.py
tests/test_swarm.py
tests/test_tamfis_code_api_client.py
tests/test_tamfis_code_approval.py
tests/test_tamfis_code_approval_flow.py
tests/test_tamfis_code_config.py
tests/test_tamfis_code_intent.py
tests/test_tamfis_code_render.py
tests/test_tamfis_code_repl_exit.py
tests/test_tamfis_code_tasks.py
tests/test_tamfis_code_workspace.py
tests/test_version_consistency.py
tests/test_workspace_discovery_gaps.py
tests/test_workspace_scope.py