README.md
main.py
pyproject.toml
agent/__init__.py
agent/app_paths.py
agent/approval.py
agent/cancellation.py
agent/change_snapshot.py
agent/context_compressor.py
agent/graph.py
agent/llm_retry.py
agent/logger.py
agent/message_context_manager.py
agent/message_format.py
agent/plan_snapshot.py
agent/session.py
agent/session_replay.py
agent/session_store.py
agent/skills.py
agent/streaming.py
agent/subagent.py
agent/task_memory.py
agent/todo_manager.py
agent/tool_retry.py
agent/acp/__init__.py
agent/acp/approval_adapter.py
agent/acp/content_adapter.py
agent/acp/jsonrpc.py
agent/acp/server.py
agent/acp/session_manager.py
agent/acp/update_adapter.py
agent/lsp/__init__.py
agent/lsp/client.py
agent/lsp/manager.py
agent/lsp/types.py
agent/nodes/llm_node.py
agent/nodes/state.py
agent/nodes/task_guard_node.py
agent/nodes/tools_node.py
agent/providers/__init__.py
agent/providers/anthropic_provider.py
agent/providers/base.py
agent/providers/openai_provider.py
agent/providers/text_tool_calls.py
agent/runtime/approval_service.py
agent/runtime/context.py
agent/runtime/tool_events.py
agent/runtime/tool_executor.py
agent/runtime/tool_output.py
agent/runtime/tool_registry.py
agent/runtime/tool_scheduler.py
agent/runtime/workflow_guard.py
agent/runtime/workspace.py
agent/runtime/workspace_tools.py
agent/tui/__init__.py
agent/tui/app.py
agent/tui/approval.py
agent/tui/help_content.py
agent/tui/renderers.py
agent/tui/runner.py
agent/tui/state.py
agent/tui/styles.tcss
agent/tui/commands/__init__.py
agent/tui/commands/base.py
agent/tui/commands/clear.py
agent/tui/commands/help.py
agent/tui/commands/registry.py
skills/code_review.md
skills/code_workflow.md
skills/plan.md
skills/drawio/SKILL.md
skills/drawio/agents/openai.yaml
skills/drawio/assets/demo-erd.drawio
skills/drawio/assets/demo-layered-cn.drawio
skills/drawio/assets/demo-layered-cn.png
skills/drawio/assets/demo-layered.drawio
skills/drawio/assets/demo-layered.png
skills/drawio/assets/demo-ml.drawio
skills/drawio/assets/demo-ring-cn.drawio
skills/drawio/assets/demo-ring-cn.png
skills/drawio/assets/demo-ring.drawio
skills/drawio/assets/demo-ring.png
skills/drawio/assets/demo-sequence.drawio
skills/drawio/assets/demo-star-cn.drawio
skills/drawio/assets/demo-star-cn.png
skills/drawio/assets/demo-star.drawio
skills/drawio/assets/demo-star.png
skills/drawio/assets/demo-uml-class.drawio
skills/drawio/assets/microservices-example.drawio
skills/drawio/assets/microservices-example.png
skills/drawio/assets/workflow-cn.drawio
skills/drawio/assets/workflow-cn.png
skills/drawio/assets/workflow.drawio
skills/drawio/assets/workflow.png
skills/drawio/docs/index.html
skills/drawio/docs/zh.html
skills/drawio/references/style-extraction.md
skills/drawio/styles/schema.json
skills/drawio/styles/built-in/corporate.json
skills/drawio/styles/built-in/default.json
skills/drawio/styles/built-in/handdrawn.json
skills/ppt/SKILL.md
tests/test_acp.py
tests/test_anthropic_provider.py
tests/test_apply_patch_tool.py
tests/test_code_navigation_tools.py
tests/test_compatibility_primitives.py
tests/test_grep_tool.py
tests/test_llm_retry.py
tests/test_lsp_tools.py
tests/test_main_input.py
tests/test_message_context_manager.py
tests/test_message_format.py
tests/test_openai_provider_reasoning.py
tests/test_packaging.py
tests/test_safety.py
tests/test_session_store.py
tests/test_skills.py
tests/test_streaming.py
tests/test_streaming_events.py
tests/test_subagent.py
tests/test_task_guard.py
tests/test_task_memory.py
tests/test_task_state.py
tests/test_text_tool_calls.py
tests/test_token_counting.py
tests/test_tool_concurrency.py
tests/test_tool_metadata.py
tests/test_tui_approval.py
tests/test_tui_commands.py
tests/test_tui_runner.py
tests/test_tui_state.py
tests/test_verify_tool.py
tests/test_web_search_tool.py
tests/test_workspace_tools.py
tests/test_write_tools_diff.py
tools/__init__.py
tools/apply_patch.py
tools/bash.py
tools/diff_utils.py
tools/edit_file.py
tools/git_diff.py
tools/git_show.py
tools/grep.py
tools/list_files.py
tools/list_skills.py
tools/load_skill.py
tools/lsp_definition.py
tools/lsp_diagnostics.py
tools/lsp_document_symbols.py
tools/lsp_hover.py
tools/lsp_references.py
tools/lsp_utils.py
tools/lsp_workspace_symbols.py
tools/read_file.py
tools/read_many_files.py
tools/safety.py
tools/subagent.py
tools/todo.py
tools/verify.py
tools/web_search.py
tools/workspace.py
tools/workspace_state.py
tools/write_file.py
utils/__init__.py
utils/retry.py
yycode.egg-info/PKG-INFO
yycode.egg-info/SOURCES.txt
yycode.egg-info/dependency_links.txt
yycode.egg-info/entry_points.txt
yycode.egg-info/requires.txt
yycode.egg-info/top_level.txt