LICENSE
README.md
pyproject.toml
python/xuanji/__init__.py
python/xuanji/_ffi.py
python/xuanji/a2a.py
python/xuanji/ab_test.py
python/xuanji/adaptive_security.py
python/xuanji/agent.py
python/xuanji/agent_card.py
python/xuanji/agent_runner.py
python/xuanji/agent_tools.py
python/xuanji/agent_tools_v2.py
python/xuanji/antipattern.py
python/xuanji/arbiter.py
python/xuanji/autodoc.py
python/xuanji/benchmark.py
python/xuanji/browser.py
python/xuanji/bus.py
python/xuanji/changelog.py
python/xuanji/checkpoint.py
python/xuanji/cli.py
python/xuanji/cold_start.py
python/xuanji/config.py
python/xuanji/context.py
python/xuanji/contributing.py
python/xuanji/cost_tracker.py
python/xuanji/cross_task_index.py
python/xuanji/dashboard.py
python/xuanji/data_pipe.py
python/xuanji/debugger.py
python/xuanji/embodied.py
python/xuanji/error_codes.py
python/xuanji/events.py
python/xuanji/evolution.py
python/xuanji/evolution_hook.py
python/xuanji/export_import.py
python/xuanji/failure_learning.py
python/xuanji/filetools.py
python/xuanji/fsm.py
python/xuanji/governor.py
python/xuanji/governor_advanced.py
python/xuanji/hooks.py
python/xuanji/http_client.py
python/xuanji/i18n.py
python/xuanji/isolation.py
python/xuanji/knowledge_base.py
python/xuanji/learning.py
python/xuanji/loader.py
python/xuanji/long_task.py
python/xuanji/mcp_client.py
python/xuanji/mcp_server.py
python/xuanji/multimodal.py
python/xuanji/natural_agent.py
python/xuanji/observability.py
python/xuanji/openapi_tools.py
python/xuanji/pattern_reuse.py
python/xuanji/personas.py
python/xuanji/plugin.py
python/xuanji/plugin_registry.py
python/xuanji/protocols.py
python/xuanji/rag.py
python/xuanji/rate_limiter.py
python/xuanji/rbac.py
python/xuanji/resilience.py
python/xuanji/runtime.py
python/xuanji/sandbox_exec.py
python/xuanji/scheduler.py
python/xuanji/skill.py
python/xuanji/stress_test.py
python/xuanji/team.py
python/xuanji/telemetry.py
python/xuanji/tutorial.py
python/xuanji/versioning.py
python/xuanji/web_crawler.py
python/xuanji/web_reader.py
python/xuanji/web_search.py
python/xuanji/workflow.py
python/xuanji.egg-info/PKG-INFO
python/xuanji.egg-info/SOURCES.txt
python/xuanji.egg-info/dependency_links.txt
python/xuanji.egg-info/entry_points.txt
python/xuanji.egg-info/requires.txt
python/xuanji.egg-info/top_level.txt
python/xuanji/channels/__init__.py
python/xuanji/channels/_base.py
python/xuanji/channels/bilibili.py
python/xuanji/channels/dingtalk.py
python/xuanji/channels/discord.py
python/xuanji/channels/douyin.py
python/xuanji/channels/email.py
python/xuanji/channels/facebook.py
python/xuanji/channels/feishu.py
python/xuanji/channels/imessage.py
python/xuanji/channels/instagram.py
python/xuanji/channels/irc.py
python/xuanji/channels/line.py
python/xuanji/channels/matrix.py
python/xuanji/channels/mattermost.py
python/xuanji/channels/qq.py
python/xuanji/channels/router.py
python/xuanji/channels/signal.py
python/xuanji/channels/slack.py
python/xuanji/channels/sms.py
python/xuanji/channels/teams.py
python/xuanji/channels/telegram.py
python/xuanji/channels/twitter.py
python/xuanji/channels/webhook.py
python/xuanji/channels/websocket_channel.py
python/xuanji/channels/wechat.py
python/xuanji/channels/wecom.py
python/xuanji/channels/weibo.py
python/xuanji/channels/whatsapp.py
python/xuanji/channels/xiaohongshu.py
python/xuanji/channels/xmpp.py
python/xuanji/evolution/__init__.py
python/xuanji/evolution/antipattern.py
python/xuanji/evolution/engine.py
python/xuanji/evolution/failure_learning.py
python/xuanji/evolution/hook.py
python/xuanji/evolution/hooks.py
python/xuanji/evolution/learning.py
python/xuanji/evolution/pattern_reuse.py
python/xuanji/hands/__init__.py
python/xuanji/hands/_base.py
python/xuanji/hands/_darwin.py
python/xuanji/hands/_linux.py
python/xuanji/hands/_win.py
python/xuanji/hands/browser.py
python/xuanji/llm/__init__.py
python/xuanji/llm/_base.py
python/xuanji/llm/baichuan_adapter.py
python/xuanji/llm/dashscope_adapter.py
python/xuanji/llm/deepseek_adapter.py
python/xuanji/llm/domestic_aggregator.py
python/xuanji/llm/domestic_budget.py
python/xuanji/llm/domestic_cache.py
python/xuanji/llm/domestic_router.py
python/xuanji/llm/doubao_adapter.py
python/xuanji/llm/groq_adapter.py
python/xuanji/llm/hunyuan_adapter.py
python/xuanji/llm/llamacpp.py
python/xuanji/llm/minimax_adapter.py
python/xuanji/llm/moonshot_adapter.py
python/xuanji/llm/ollama.py
python/xuanji/llm/openai_compat.py
python/xuanji/llm/openrouter_adapter.py
python/xuanji/llm/qianfan_adapter.py
python/xuanji/llm/router.py
python/xuanji/llm/sensenova_adapter.py
python/xuanji/llm/siliconflow_adapter.py
python/xuanji/llm/spark_adapter.py
python/xuanji/llm/stepfun_adapter.py
python/xuanji/llm/together_adapter.py
python/xuanji/llm/yi_adapter.py
python/xuanji/llm/zhipu_adapter.py
python/xuanji/memory/__init__.py
python/xuanji/memory/compactor.py
python/xuanji/memory/guard.py
python/xuanji/memory/manager.py
python/xuanji/memory/store.py
python/xuanji/perception/__init__.py
python/xuanji/perception/_base.py
python/xuanji/perception/_darwin.py
python/xuanji/perception/_linux.py
python/xuanji/perception/_win.py
python/xuanji/perception/diff.py
python/xuanji/security/__init__.py
python/xuanji/security/audit.py
python/xuanji/security/audit_standard.py
python/xuanji/security/csp.py
python/xuanji/security/deep_security.py
python/xuanji/security/guard.py
python/xuanji/security/privacy.py
python/xuanji/security/red_team.py
python/xuanji/security/sandbox.py
python/xuanji/security/sanitizer.py
python/xuanji/security/secrets.py
python/xuanji/security/secure_config.py
python/xuanji/security/threat_model.py
python/xuanji/voice/__init__.py
python/xuanji/voice/stt.py
python/xuanji/voice/tts.py
python/xuanji/voice/wakeword.py
python/xuanji/workflow/__init__.py
python/xuanji/workflow/checkpoint.py
python/xuanji/workflow/engine.py
python/xuanji/workflow/scheduler.py
tests/test_agent_tools.py
tests/test_agent_tools_v2.py
tests/test_architecture.py
tests/test_architecture_v2.py
tests/test_embodied_loop.py
tests/test_evolution_integration.py
tests/test_full.py
tests/test_full_ollama.py
tests/test_hard_task.py
tests/test_movie_analysis.py
tests/test_natural_agent.py
tests/test_private_plugins.py
tests/test_qwen36_27b.py
tests/test_real_dashboard.py
tests/test_real_llm.py
tests/test_real_scanner.py
tests/test_real_task.py
tests/test_stock_dashboard.py
tests/test_thinking_and_tasks.py
tests/test_web_browsing.py