LICENSE
MANIFEST.in
README.md
README_en.md
main.py
pyproject.toml
requirements.txt
app/__init__.py
app/agent/di_config.py
app/agent/control/__init__.py
app/agent/control/action_bandit.py
app/agent/control/control_loop.py
app/agent/control/decision_renderer.py
app/agent/control/feedback_evaluator.py
app/agent/control/gene_post_session.py
app/agent/control/hard_constraints.py
app/agent/control/hybrid_controller.py
app/agent/control/loop_state.py
app/agent/control/thought_parser.py
app/agent/control/constraint_gene/__init__.py
app/agent/control/constraint_gene/composer.py
app/agent/control/constraint_gene/evolution.py
app/agent/control/constraint_gene/matcher.py
app/agent/events/__init__.py
app/agent/events/event_models.py
app/agent/events/event_types.py
app/agent/heuristics/__init__.py
app/agent/heuristics/config.py
app/agent/heuristics/engine.py
app/agent/heuristics/features.py
app/agent/heuristics/integration.py
app/agent/heuristics/scoring.py
app/agent/heuristics/trace.py
app/agent/heuristics/types.py
app/agent/heuristics/rules/__init__.py
app/agent/heuristics/rules/base_rule.py
app/agent/heuristics/rules/loop_detection.py
app/agent/heuristics/rules/termination.py
app/agent/learning/__init__.py
app/agent/learning/bandit.py
app/agent/learning/integration.py
app/agent/learning/memory_policy.py
app/agent/learning/policy.py
app/agent/llm/__init__.py
app/agent/llm/engine.py
app/agent/llm/models.py
app/agent/llm/transport.py
app/agent/loop/__init__.py
app/agent/loop/agent_loop.py
app/agent/loop/agent_loop_manager.py
app/agent/loop/auto_hints.py
app/agent/loop/command_handler.py
app/agent/loop/loop_controller.py
app/agent/loop/loop_event_publisher.py
app/agent/loop/memory.py
app/agent/loop/round_trimmer.py
app/agent/loop/session_manager.py
app/agent/loop/session_store.py
app/agent/loop/tool_executor.py
app/agent/memory/__init__.py
app/agent/memory/archive_store.py
app/agent/memory/chinese_tokenizer.py
app/agent/memory/fts5_searcher.py
app/agent/memory/knowledge_extractor.py
app/agent/memory/repository.py
app/agent/memory/session_compact.py
app/agent/memory/session_notes.py
app/agent/memory/three_layer.py
app/agent/memory/vector_native.py
app/agent/prompt/__init__.py
app/agent/prompt/builder.py
app/agent/prompt/diff.py
app/agent/prompt/piece.py
app/agent/prompt/pieces.py
app/agent/runtime/__init__.py
app/agent/runtime/context.py
app/agent/runtime/core.py
app/agent/runtime/diagnostics.py
app/agent/runtime/patch.py
app/agent/runtime/patch_applier.py
app/agent/runtime/transaction.py
app/agent/security/__init__.py
app/agent/security/policy.py
app/agent/shell/__init__.py
app/agent/shell/cellium_shell.py
app/agent/tools/__init__.py
app/agent/tools/base_tool.py
app/agent/tools/config_tool.py
app/agent/tools/edit_tool.py
app/agent/tools/file_cache.py
app/agent/tools/file_tool.py
app/agent/tools/glob_tool.py
app/agent/tools/grep_tool.py
app/agent/tools/ls_tool.py
app/agent/tools/memory_tool.py
app/agent/tools/read_tool.py
app/agent/tools/shell_tool.py
app/channels/__init__.py
app/channels/base.py
app/channels/channel_manager.py
app/channels/channel_registry.py
app/channels/feishu/__init__.py
app/channels/feishu/feishu_adapter.py
app/channels/feishu/feishu_config.py
app/channels/qq/__init__.py
app/channels/qq/qq_adapter.py
app/channels/qq/qq_config.py
app/channels/qq/qq_connect_client.py
app/channels/telegram/__init__.py
app/channels/telegram/telegram_adapter.py
app/channels/telegram/telegram_config.py
app/channels/weixin/__init__.py
app/channels/weixin/weixin_adapter.py
app/channels/weixin/weixin_config.py
app/core/__init__.py
app/core/bootstrap.py
app/core/exception.py
app/core/bus/__init__.py
app/core/bus/event_bus.py
app/core/bus/event_models.py
app/core/bus/events.py
app/core/di/__init__.py
app/core/di/container.py
app/core/interface/base_cell.py
app/core/interface/icell.py
app/core/interface/memory.py
app/core/scheduler/__init__.py
app/core/scheduler/executor.py
app/core/scheduler/manager.py
app/core/security/__init__.py
app/core/security/policy.py
app/core/util/__init__.py
app/core/util/agent_config.py
app/core/util/browser_runtime.py
app/core/util/browser_utils.py
app/core/util/cell_tool_adapter.py
app/core/util/component_auditor.py
app/core/util/component_sandbox.py
app/core/util/component_tool_registry.py
app/core/util/component_watcher.py
app/core/util/components_loader.py
app/core/util/logger.py
app/core/util/mp_manager.py
app/core/util/protected_modules.py
app/core/util/runtime_paths.py
app/core/util/sandbox_entry.py
app/core/window/__init__.py
app/core/window/main_window.py
app/messaging/__init__.py
app/messaging/event_schema.py
app/messaging/message_broker.py
app/messaging/stream_normalizer.py
app/server/__init__.py
app/server/task_manager.py
app/server/web_server.py
app/server/routes/__init__.py
app/server/routes/channels.py
app/server/routes/chat.py
app/server/routes/components.py
app/server/routes/config.py
app/server/routes/gene.py
app/server/routes/logs.py
app/server/routes/memory.py
app/server/routes/scheduler.py
app/server/routes/session_events.py
app/server/routes/skills.py
app/server/routes/upload.py
app/server/routes/ws_event_manager.py
app/tui/__init__.py
app/tui/app.py
app/tui/commands.py
app/tui/history_render.py
app/tui/i18n.py
app/tui/model_picker.py
app/tui/runner.py
app/tui/session_picker.py
app/tui/settings_screen.py
app/tui/spinner.py
app/tui/theme.py
app/tui/widgets.py
cellium_agent.egg-info/PKG-INFO
cellium_agent.egg-info/SOURCES.txt
cellium_agent.egg-info/dependency_links.txt
cellium_agent.egg-info/entry_points.txt
cellium_agent.egg-info/requires.txt
cellium_agent.egg-info/top_level.txt
components/__init__.py
components/_example_component.py
components/component_builder.py
components/feishu_files.py
components/qq_files.py
components/scheduler.py
components/skill_installer.py
components/skill_manager.py
components/sub_agent.py
components/telegram_files.py
components/web_fetch.py
components/web_search.py
components/weixin_files.py
components/skills/__init__.py
config/settings.yaml
config/agent/agent.yaml
config/agent/channels.yaml
config/agent/heuristics.yaml
config/agent/learning.yaml
config/agent/llm.yaml
config/agent/logging.yaml
config/agent/memory.yaml
config/agent/model_registry.yaml
config/agent/routes.yaml
config/agent/security.yaml
config/agent/server.yaml
dll/.gitkeep
dll/darwin-arm64/libvector_engine.dylib
dll/linux-aarch64/libvector_engine.so
dll/linux-x86_64/libvector_engine.so
dll/windows-x86_64/vector_engine.dll
html/index.html
html/logo.png
html/assets/SettingsPage-DPQG2vYQ.js
html/assets/i18n-vendor-CLSNeGwf.js
html/assets/index-B8_rdIzI.js
html/assets/index-BTZUwOV4.css
html/assets/markdown-vendor-Ckj0zzMC.js
html/assets/react-vendor-CEaRprYI.js
html/assets/rolldown-runtime-xSXa1GVp.js
html/font/.gitkeep
html/font/Roboto-Regular.ttf
licenses/ripgrep-LICENSE
memory/personality.md
tests/test_agent_loop.py
tests/test_archive_dedup.py
tests/test_cellium_shell.py
tests/test_component_state_reload.py
tests/test_control_loop.py
tests/test_entry_imports.py
tests/test_feedback_evaluator.py
tests/test_file_cache_grep.py
tests/test_gene_api.py
tests/test_gene_composer.py
tests/test_gene_evolution.py
tests/test_gene_post_session.py
tests/test_hard_constraints.py
tests/test_heuristic_engine_integration.py
tests/test_heuristics.py
tests/test_hybrid_controller.py
tests/test_integration.py
tests/test_intent_llm.py
tests/test_llm_transport.py
tests/test_memory_api.py
tests/test_memory_api_http.py
tests/test_memory_archive.py
tests/test_memory_repository_unit.py
tests/test_memory_system.py
tests/test_microkernel_integration.py
tests/test_read_edit_integration.py
tests/test_scheduler.py
tests/test_security.py
tests/test_session_compact.py
tests/test_subagent.py
tests/test_task_signal_matcher.py
tests/test_thought_parser.py
tests/test_tool_executor.py
tests/test_web_search.py
tests/test_web_search_unit.py
vendor/.gitkeep
vendor/ripgrep/.gitkeep
vendor/ripgrep/aarch64-apple-darwin/rg
vendor/ripgrep/aarch64-unknown-linux-gnu/rg
vendor/ripgrep/x86_64-pc-windows-msvc/rg.exe
vendor/ripgrep/x86_64-unknown-linux-musl/rg