LICENSE
README.md
pyproject.toml
tests/test_builtin_tools.py
tests/test_core.py
tests/test_coverage_gaps.py
tests/test_e2e_all.py
tests/test_framework.py
tests/test_graph.py
tests/test_integration.py
tests/test_mcp.py
tests/test_middleware.py
tests/test_multi_agent_integration.py
tests/test_skill_execution.py
tests/test_skill_integration.py
wuwei/__init__.py
wuwei.egg-info/PKG-INFO
wuwei.egg-info/SOURCES.txt
wuwei.egg-info/dependency_links.txt
wuwei.egg-info/requires.txt
wuwei.egg-info/top_level.txt
wuwei/agent/__init__.py
wuwei/agent/agent.py
wuwei/agent/async_sub_agent.py
wuwei/agent/base.py
wuwei/agent/multi_agent.py
wuwei/agent/session.py
wuwei/agent/sub_agent.py
wuwei/config/__init__.py
wuwei/config/yaml_loader.py
wuwei/core/__init__.py
wuwei/core/errors.py
wuwei/core/message.py
wuwei/core/runnable.py
wuwei/core/types.py
wuwei/gateway/__init__.py
wuwei/gateway/base.py
wuwei/gateway/webhook.py
wuwei/gateway/adapters/__init__.py
wuwei/gateway/adapters/dingtalk.py
wuwei/gateway/adapters/feishu.py
wuwei/gateway/adapters/telegram.py
wuwei/gateway/adapters/wechat.py
wuwei/graph/__init__.py
wuwei/graph/checkpoint.py
wuwei/graph/graph.py
wuwei/graph/state.py
wuwei/graph/channels/__init__.py
wuwei/graph/channels/aggregate.py
wuwei/graph/channels/base.py
wuwei/graph/channels/ephemeral_value.py
wuwei/graph/channels/last_value.py
wuwei/graph/channels/topic.py
wuwei/llm/__init__.py
wuwei/llm/gateway.py
wuwei/llm/types.py
wuwei/llm/adapters/__init__.py
wuwei/llm/adapters/anthropic.py
wuwei/llm/adapters/base.py
wuwei/llm/adapters/dashscope.py
wuwei/llm/adapters/ollama.py
wuwei/llm/adapters/openai.py
wuwei/llm/adapters/zhipu.py
wuwei/mcp/__init__.py
wuwei/mcp/client.py
wuwei/mcp/config.py
wuwei/mcp/session.py
wuwei/mcp/tools.py
wuwei/memory/__init__.py
wuwei/memory/context.py
wuwei/memory/context_compressor.py
wuwei/memory/context_window.py
wuwei/memory/embedder.py
wuwei/memory/knowledge_store.py
wuwei/memory/memory_store.py
wuwei/memory/memory_types.py
wuwei/memory/storage.py
wuwei/middleware/__init__.py
wuwei/middleware/base.py
wuwei/middleware/context_compression.py
wuwei/middleware/hitl.py
wuwei/middleware/logging.py
wuwei/middleware/memory.py
wuwei/middleware/rag.py
wuwei/middleware/skill.py
wuwei/middleware/stack.py
wuwei/middleware/storage.py
wuwei/observability/__init__.py
wuwei/observability/tracing.py
wuwei/parsers/__init__.py
wuwei/parsers/base.py
wuwei/parsers/json.py
wuwei/parsers/list.py
wuwei/parsers/pydantic.py
wuwei/planning/__init__.py
wuwei/planning/planner.py
wuwei/planning/task.py
wuwei/plugin/__init__.py
wuwei/plugin/loader.py
wuwei/plugin/registry.py
wuwei/runtime/__init__.py
wuwei/runtime/agent_runner.py
wuwei/sandbox/__init__.py
wuwei/sandbox/base.py
wuwei/sandbox/local.py
wuwei/skill/__init__.py
wuwei/skill/fs_provider.py
wuwei/skill/skill.py
wuwei/skill/viewer.py
wuwei/streaming/__init__.py
wuwei/streaming/types.py
wuwei/tools/__init__.py
wuwei/tools/base.py
wuwei/tools/executor.py
wuwei/tools/registry.py
wuwei/tools/tool.py
wuwei/tools/builtin/__init__.py
wuwei/tools/builtin/calc_tools.py
wuwei/tools/builtin/decision_tools.py
wuwei/tools/builtin/file_tools.py
wuwei/tools/builtin/git_tools.py
wuwei/tools/builtin/http_tools.py
wuwei/tools/builtin/json_tools.py
wuwei/tools/builtin/npm_tools.py
wuwei/tools/builtin/python_tools.py
wuwei/tools/builtin/rag_tools.py
wuwei/tools/builtin/skill_tools.py
wuwei/tools/builtin/text_tools.py
wuwei/tools/builtin/time_tools.py