LICENSE
README.md
pyproject.toml
lib/__init__.py
lib/__main__.py
lib/_version.py
lib/agent.py
lib/custom_commands.py
lib/i18n.py
lib/state.py
lib/theme.py
lib/api_config/__init__.py
lib/api_config/api_config.py
lib/api_config/wizard.py
lib/cli/__init__.py
lib/cli/configure.py
lib/cli/main.py
lib/cli/parser.py
lib/cli/permissions.py
lib/cli/workspace.py
lib/commands/__init__.py
lib/commands/base.py
lib/commands/conversation.py
lib/commands/diagnostics.py
lib/commands/hooks.py
lib/commands/mcp.py
lib/commands/mode.py
lib/commands/model.py
lib/commands/permissions.py
lib/commands/preferences.py
lib/commands/router.py
lib/commands/runtime_handlers.py
lib/commands/runtime_info.py
lib/commands/session.py
lib/commands/symbols.py
lib/commands/team.py
lib/commands/tools.py
lib/commands/workspace.py
lib/core/__init__.py
lib/core/agent_mailbox.py
lib/core/agent_runtime.py
lib/core/audit.py
lib/core/context.py
lib/core/context_packager.py
lib/core/denial_tracker.py
lib/core/doctor.py
lib/core/hooks.py
lib/core/mcp_runtime.py
lib/core/memory.py
lib/core/modes.py
lib/core/paths.py
lib/core/permissions.py
lib/core/private_io.py
lib/core/process_env.py
lib/core/project_memory.py
lib/core/safety.py
lib/core/session.py
lib/core/symbols.py
lib/core/team_config.py
lib/core/team_manager.py
lib/core/tool_meta.py
lib/core/worker_manager.py
lib/models/__init__.py
lib/models/anthropic_model.py
lib/models/base.py
lib/models/gemini_model.py
lib/models/ollama_model.py
lib/models/openai_model.py
lib/models/provider_catalog.py
lib/models/registry.py
lib/models/universal_chat_openai.py
lib/prompts/__init__.py
lib/prompts/reminders.py
lib/prompts/system_prompt.py
lib/prompts/fragments/__init__.py
lib/prompts/fragments/base_profile.py
lib/prompts/fragments/code_generation.py
lib/prompts/fragments/communication_style.py
lib/prompts/fragments/mode_subagents.py
lib/prompts/fragments/personality_overlay.py
lib/prompts/fragments/security_rules.py
lib/prompts/fragments/task_playbook.py
lib/prompts/fragments/tool_descriptions.py
lib/runtime/__init__.py
lib/runtime/app.py
lib/runtime/context.py
lib/runtime/interactive.py
lib/runtime/launch_config.py
lib/runtime/model_profiles.py
lib/runtime/session_store.py
lib/runtime/startup.py
lib/tools/__init__.py
lib/tools/_process.py
lib/tools/batch_executor.py
lib/tools/context.py
lib/tools/file_tools.py
lib/tools/git_tools.py
lib/tools/project_tools.py
lib/tools/registry.py
lib/tools/safety.py
lib/tools/shell_tools.py
lib/tools/tool_search.py
lib/tools/web_tools.py
sayacode.egg-info/PKG-INFO
sayacode.egg-info/SOURCES.txt
sayacode.egg-info/dependency_links.txt
sayacode.egg-info/entry_points.txt
sayacode.egg-info/requires.txt
sayacode.egg-info/top_level.txt
tests/test_agent_mailbox.py
tests/test_agent_turn_state.py
tests/test_api_config_wizard.py
tests/test_architecture_boundaries.py
tests/test_batch_executor.py
tests/test_command_router.py
tests/test_context_packager.py
tests/test_denial_tracker.py
tests/test_doctor.py
tests/test_hooks.py
tests/test_i18n.py
tests/test_launch_config.py
tests/test_mcp_runtime.py
tests/test_model_context_window.py
tests/test_model_profiles.py
tests/test_model_providers.py
tests/test_model_registry.py
tests/test_modes.py
tests/test_paths_audit_support.py
tests/test_permissions.py
tests/test_private_io.py
tests/test_run_wrapper.py
tests/test_runtime_application.py
tests/test_runtime_context_tools.py
tests/test_runtime_sync.py
tests/test_safety.py
tests/test_session_schema.py
tests/test_shell_tools.py
tests/test_spinner_mode.py
tests/test_symbols.py
tests/test_team_config.py
tests/test_theme.py
tests/test_tool_meta.py
tests/test_tool_search.py
tests/test_tools_and_safety.py
tests/test_web_tools.py