LICENSE
README.md
pyproject.toml
heya/__init__.py
heya/agent.py
heya/agent_defs.py
heya/approval.py
heya/attachments.py
heya/config.py
heya/context.py
heya/credentials.py
heya/diagnosis.py
heya/hooks.py
heya/init.py
heya/llm_client.py
heya/main.py
heya/mcp_callbacks.py
heya/mcp_oauth.py
heya/mcp_runtime.py
heya/memory.py
heya/plugins.py
heya/preflight.py
heya/process.py
heya/remediation.py
heya/reproduction.py
heya/review.py
heya/sessions.py
heya/skills.py
heya/subagents.py
heya/text.py
heya/tomlw.py
heya/tools.py
heya/tools_browser.py
heya/tools_files.py
heya/tools_guidance.py
heya/tools_mcp.py
heya/tools_web.py
heya/tools_wp.py
heya/triage.py
heya/ui.py
heya/guidance/banned-words.md
heya/guidance/code-review.md
heya/guidance/diagnosis.md
heya/guidance/environment.md
heya/guidance/explore.md
heya/guidance/minimal-code.md
heya/guidance/remediation.md
heya/guidance/reproduction.md
heya/guidance/support-reply.md
heya/guidance/triage.md
heya/guidance/writing-voice.md
heya_agent.egg-info/PKG-INFO
heya_agent.egg-info/SOURCES.txt
heya_agent.egg-info/dependency_links.txt
heya_agent.egg-info/entry_points.txt
heya_agent.egg-info/requires.txt
heya_agent.egg-info/top_level.txt
tests/test_agent.py
tests/test_agent_defs.py
tests/test_approval.py
tests/test_attachments.py
tests/test_config.py
tests/test_context.py
tests/test_context_integration.py
tests/test_credentials.py
tests/test_diagnosis.py
tests/test_hooks.py
tests/test_init.py
tests/test_llm_client.py
tests/test_main.py
tests/test_mcp_callbacks.py
tests/test_mcp_integration.py
tests/test_mcp_oauth.py
tests/test_mcp_runtime.py
tests/test_memory.py
tests/test_memory_integration.py
tests/test_parallel_subagents_integration.py
tests/test_plugins.py
tests/test_preflight.py
tests/test_process.py
tests/test_remediation.py
tests/test_reproduction.py
tests/test_review.py
tests/test_review_integration.py
tests/test_sessions.py
tests/test_skills.py
tests/test_smoke.py
tests/test_subagent_integration.py
tests/test_subagents.py
tests/test_text.py
tests/test_tools.py
tests/test_tools_browser.py
tests/test_tools_files.py
tests/test_tools_guidance.py
tests/test_tools_mcp.py
tests/test_tools_web.py
tests/test_tools_wp.py
tests/test_triage.py
tests/test_ui.py