README.md
pyproject.toml
seed/__init__.py
seed/cli.py
seed/models.py
seed/core/__init__.py
seed/core/_session_cache.py
seed/core/agent_context.py
seed/core/agent_registry.py
seed/core/agent_runtime.py
seed/core/chat_events.py
seed/core/commands.py
seed/core/config_plane.py
seed/core/engine.py
seed/core/env_access.py
seed/core/execution.py
seed/core/llm_exec.py
seed/core/llm_presets.py
seed/core/llm_sess.py
seed/core/media_store.py
seed/core/mem_bridge.py
seed/core/mem_sys.py
seed/core/model_providers.py
seed/core/models.py
seed/core/paths.py
seed/core/persistence.py
seed/core/proj_reg.py
seed/core/proj_todos.py
seed/core/projection_audit.py
seed/core/routing.py
seed/core/sess_store.py
seed/core/tool_output_cap.py
seed/core/tool_runtime.py
seed/core/trace_audit.py
seed/core/turn_loop.py
seed/core/usage_accumulator.py
seed/integrations/__init__.py
seed/integrations/agent_tools.py
seed/integrations/cron_sched.py
seed/integrations/env_config.py
seed/integrations/exec_backend.py
seed/integrations/hooks.py
seed/integrations/hooks_config.py
seed/integrations/instruction_release.py
seed/integrations/lsp_client.py
seed/integrations/lsp_config.py
seed/integrations/mcp_client.py
seed/integrations/mcp_config.py
seed/integrations/mcp_registry.py
seed/integrations/message_api.py
seed/integrations/prompt_task.py
seed/integrations/safety.py
seed/integrations/session_title.py
seed/integrations/symbol_index.py
seed/integrations/task_runner.py
seed/integrations/webhook_auth.py
seed/integrations/webhook_dedup.py
seed_kernel.egg-info/PKG-INFO
seed_kernel.egg-info/SOURCES.txt
seed_kernel.egg-info/dependency_links.txt
seed_kernel.egg-info/entry_points.txt
seed_kernel.egg-info/requires.txt
seed_kernel.egg-info/top_level.txt
tests/test_agent_sessions_dir.py
tests/test_context_compact.py
tests/test_context_usage.py
tests/test_cron_dow_semantics.py
tests/test_cron_reload_threadsafe.py
tests/test_env_access.py
tests/test_env_config.py
tests/test_episodic_compact_refresh.py
tests/test_exec_backend.py
tests/test_hooks.py
tests/test_instruction_release.py
tests/test_invalid_tool_call_args.py
tests/test_llm_exec_regressions.py
tests/test_mcp_client.py
tests/test_mcp_config_minimax.py
tests/test_mcp_registry.py
tests/test_mcp_streamable_http.py
tests/test_migrate_legacy_sessions.py
tests/test_model_providers.py
tests/test_proj_reg.py
tests/test_projection_audit.py
tests/test_safety_bash_allowed.py
tests/test_symbol_index.py
tests/test_task_runner.py
tests/test_team_basic.py
tests/test_tool_output_cap.py
tests/test_trace_audit.py
tests/test_usage_accumulator.py