LICENSE
MANIFEST.in
README.md
pyproject.toml
automagik/__init__.py
automagik/__main__.py
automagik/auth.py
automagik/cli.py
automagik/config.py
automagik/constants.py
automagik/context.py
automagik/main.py
automagik.egg-info/PKG-INFO
automagik.egg-info/SOURCES.txt
automagik.egg-info/dependency_links.txt
automagik.egg-info/entry_points.txt
automagik.egg-info/requires.txt
automagik.egg-info/top_level.txt
automagik/agents/__init__.py
automagik/agents/agno/__init__.py
automagik/agents/agno/multimodal_specialist/__init__.py
automagik/agents/agno/multimodal_specialist/agent.py
automagik/agents/agno/reasoning_team/agent.py
automagik/agents/claude_code/CLAUDE.md
automagik/agents/claude_code/__init__.py
automagik/agents/claude_code/agent.py
automagik/agents/claude_code/cli_environment.py
automagik/agents/claude_code/error_handling.py
automagik/agents/claude_code/executor_base.py
automagik/agents/claude_code/executor_factory.py
automagik/agents/claude_code/git_utils.py
automagik/agents/claude_code/log_manager.py
automagik/agents/claude_code/message_queue.py
automagik/agents/claude_code/models.py
automagik/agents/claude_code/repository_utils.py
automagik/agents/claude_code/sdk_cli_manager.py
automagik/agents/claude_code/sdk_config_manager.py
automagik/agents/claude_code/sdk_execution_strategies.py
automagik/agents/claude_code/sdk_executor.py
automagik/agents/claude_code/sdk_message_processor.py
automagik/agents/claude_code/sdk_metrics_handler.py
automagik/agents/claude_code/sdk_options_builder.py
automagik/agents/claude_code/sdk_process_manager.py
automagik/agents/claude_code/sdk_progress_tracker.py
automagik/agents/claude_code/sdk_stream_processor.py
automagik/agents/claude_code/stream_utils.py
automagik/agents/claude_code/utils.py
automagik/agents/claude_code/workflow_discovery.py
automagik/agents/claude_code/utils/__init__.py
automagik/agents/claude_code/utils/race_condition_helpers.py
automagik/agents/claude_code/utils/worktree_cleanup.py
automagik/agents/claude_code/workflows/CLAUDE.md
automagik/agents/claude_code/workflows/brain/allowed_tools.json
automagik/agents/claude_code/workflows/brain/config.json
automagik/agents/claude_code/workflows/brain/prompt.md
automagik/agents/claude_code/workflows/builder/allowed_tools.json
automagik/agents/claude_code/workflows/builder/config.json
automagik/agents/claude_code/workflows/builder/prompt.md
automagik/agents/claude_code/workflows/claude/allowed_tools.json
automagik/agents/claude_code/workflows/claude/config.json
automagik/agents/claude_code/workflows/flashinho_thinker/allowed_tools.json
automagik/agents/claude_code/workflows/flashinho_thinker/config.json
automagik/agents/claude_code/workflows/flashinho_thinker/prompt.md
automagik/agents/claude_code/workflows/genie/allowed_tools.json
automagik/agents/claude_code/workflows/genie/config.json
automagik/agents/claude_code/workflows/genie/prompt.md
automagik/agents/claude_code/workflows/guardian/allowed_tools.json
automagik/agents/claude_code/workflows/guardian/config.json
automagik/agents/claude_code/workflows/guardian/prompt.md
automagik/agents/claude_code/workflows/lina/allowed_tools.json
automagik/agents/claude_code/workflows/lina/config.json
automagik/agents/claude_code/workflows/lina/prompt.md
automagik/agents/claude_code/workflows/shipper/allowed_tools.json
automagik/agents/claude_code/workflows/shipper/config.json
automagik/agents/claude_code/workflows/shipper/prompt.md
automagik/agents/claude_code/workflows/surgeon/allowed_tools.json
automagik/agents/claude_code/workflows/surgeon/config.json
automagik/agents/claude_code/workflows/surgeon/prompt.md
automagik/agents/common/README.md
automagik/agents/common/__init__.py
automagik/agents/common/agent_configuration.py
automagik/agents/common/agent_decorators.py
automagik/agents/common/channel_mixin.py
automagik/agents/common/dependencies.py
automagik/agents/common/dependencies_helper.py
automagik/agents/common/evolution.py
automagik/agents/common/memory_handler.py
automagik/agents/common/message_parser.py
automagik/agents/common/multi_prompt_manager.py
automagik/agents/common/multimodal_helper.py
automagik/agents/common/prompt_builder.py
automagik/agents/common/session_manager.py
automagik/agents/common/tool_registry.py
automagik/agents/common/tool_wrapper_factory.py
automagik/agents/common/virtual_agent_validator.py
automagik/agents/models/__init__.py
automagik/agents/models/agent.py
automagik/agents/models/agent_factory.py
automagik/agents/models/automagik_agent.py
automagik/agents/models/dependencies.py
automagik/agents/models/framework_types.py
automagik/agents/models/placeholder.py
automagik/agents/models/response.py
automagik/agents/models/state_manager.py
automagik/agents/models/ai_frameworks/__init__.py
automagik/agents/models/ai_frameworks/agno.py
automagik/agents/models/ai_frameworks/base.py
automagik/agents/models/ai_frameworks/pydantic_ai.py
automagik/agents/pydanticai/CLAUDE.md
automagik/agents/pydanticai/__init__.py
automagik/agents/pydanticai/discord/__init__.py
automagik/agents/pydanticai/discord/agent.py
automagik/agents/pydanticai/discord/prompts/__init__.py
automagik/agents/pydanticai/discord/prompts/prompt.py
automagik/agents/pydanticai/prompt_maker/__init__.py
automagik/agents/pydanticai/prompt_maker/agent.py
automagik/agents/pydanticai/prompt_maker/prompts/__init__.py
automagik/agents/pydanticai/prompt_maker/prompts/prompt.py
automagik/agents/pydanticai/simple/__init__.py
automagik/agents/pydanticai/simple/agent.py
automagik/agents/pydanticai/simple/prompts/__init__.py
automagik/agents/pydanticai/simple/prompts/prompt.py
automagik/agents/pydanticai/simple_agno/__init__.py
automagik/agents/pydanticai/simple_agno/agent.py
automagik/agents/pydanticai/sofia/__init__.py
automagik/agents/pydanticai/sofia/agent.py
automagik/agents/pydanticai/sofia/prompts/__init__.py
automagik/agents/pydanticai/sofia/prompts/prompt.py
automagik/agents/pydanticai/sofia/specialized/airtable.py
automagik/agents/pydanticai/sofia/specialized/bella.py
automagik/agents/pydanticai/summary/__init__.py
automagik/agents/pydanticai/summary/agent.py
automagik/agents/pydanticai/summary/prompts/__init__.py
automagik/agents/pydanticai/summary/prompts/prompt.py
automagik/agents/registry/README.md
automagik/agents/registry/__init__.py
automagik/agents/registry/agent_registry.py
automagik/agents/registry/agents_manifest.py
automagik/agents/templates/__init__.py
automagik/agents/templates/example_agent/README.md
automagik/agents/templates/example_agent/agent.py
automagik/api/CLAUDE.md
automagik/api/__init__.py
automagik/api/docs.py
automagik/api/memory_models.py
automagik/api/memory_routes.py
automagik/api/middleware.py
automagik/api/models.py
automagik/api/controllers/agent_controller.py
automagik/api/controllers/message_controller.py
automagik/api/controllers/prompt_controller.py
automagik/api/controllers/session_controller.py
automagik/api/controllers/user_controller.py
automagik/api/routes/__init__.py
automagik/api/routes/agent_routes.py
automagik/api/routes/analytics_routes.py
automagik/api/routes/claude_code_routes.py
automagik/api/routes/mcp_routes.py
automagik/api/routes/message_routes.py
automagik/api/routes/model_routes.py
automagik/api/routes/prompt_routes.py
automagik/api/routes/session_routes.py
automagik/api/routes/settings_routes.py
automagik/api/routes/tool_routes.py
automagik/api/routes/user_routes.py
automagik/channels/__init__.py
automagik/channels/base.py
automagik/channels/evolution.py
automagik/channels/models.py
automagik/channels/registry.py
automagik/cli/CLAUDE.md
automagik/cli/__init__.py
automagik/cli/agent.py
automagik/cli/agents.py
automagik/cli/alias.py
automagik/cli/api.py
automagik/cli/db.py
automagik/cli/mcp.py
automagik/cli/agent/__init__.py
automagik/cli/agent/chat.py
automagik/cli/agent/create.py
automagik/cli/agent/run.py
automagik/cli/commands/__init__.py
automagik/cli/commands/server.py
automagik/config/__init__.py
automagik/config/feature_flags.py
automagik/db/CLAUDE.md
automagik/db/__init__.py
automagik/db/connection.py
automagik/db/migration_manager.py
automagik/db/models.py
automagik/db/repository.py
automagik/db/migrations/20250117_add_error_handling_config.sql
automagik/db/migrations/20250117_cleanup_error_agents.sql
automagik/db/migrations/20250627_120000_create_settings_table.sql
automagik/db/migrations/20250627_160000_create_workflows_table.sql
automagik/db/migrations/20250627_170000_fix_workflow_timestamps.sql
automagik/db/migrations/core/__init__.py
automagik/db/migrations/core/exceptions.py
automagik/db/migrations/core/models.py
automagik/db/migrations/core/validator.py
automagik/db/migrations/postgresql/00000000_000000_create_initial_schema.sql
automagik/db/migrations/postgresql/20250326_045944_add_channel_payload_to_messages.sql
automagik/db/migrations/postgresql/20250404_195012_change_user_id_to_uuid.sql
automagik/db/migrations/postgresql/20250513_183100_create_prompts_table.sql
automagik/db/migrations/postgresql/20250513_183200_modify_agents_table_for_prompts.sql
automagik/db/migrations/postgresql/20250513_183300_drop_system_prompt_column.sql
automagik/db/migrations/postgresql/20250527_040000_allow_null_user_id_for_agent_global_memory.sql
automagik/db/migrations/postgresql/20250527_044500_fix_messages_user_id_constraint.sql
automagik/db/migrations/postgresql/20250527_050000_fix_sessions_user_id_constraint.sql
automagik/db/migrations/postgresql/20250601_082232_create_preferences_tables.sql
automagik/db/migrations/postgresql/20250610_230000_create_mcp_configs_table.sql
automagik/db/migrations/postgresql/20250616_132906_add_workflow_processes_table.sql
automagik/db/migrations/postgresql/20250618_100000_create_tools_table.sql
automagik/db/migrations/postgresql/20250618_151523_add_usage_tracking_to_messages.sql
automagik/db/migrations/postgresql/20250618_200000_add_usage_to_messages.sql
automagik/db/migrations/postgresql/20250618_210000_create_tool_executions_table.sql
automagik/db/migrations/postgresql/20250619_120000_create_workflow_runs_table.sql
automagik/db/migrations/postgresql/20250621_163340_ensure_usage_column_exists.sql
automagik/db/migrations/postgresql/20250622_100000_add_workflow_race_condition_fixes.sql
automagik/db/migrations/postgresql/20250624_190000_add_temp_workspace_column.sql
automagik/db/migrations/postgresql/20250627_120000_create_settings_table.sql
automagik/db/migrations/postgresql/20250627_140000_create_workflow_definitions_tables.sql
automagik/db/migrations/postgresql/20250627_160000_create_workflows_table.sql
automagik/db/migrations/postgresql/20250627_170000_fix_workflow_timestamps.sql
automagik/db/migrations/postgresql/20250629_120000_drop_legacy_mcp_tables.sql
automagik/db/migrations/sqlite/00000000_000000_create_initial_schema.sql
automagik/db/migrations/sqlite/20250326_045944_add_channel_payload_to_messages.sql
automagik/db/migrations/sqlite/20250404_195012_change_user_id_to_uuid.sql
automagik/db/migrations/sqlite/20250513_183100_create_prompts_table.sql
automagik/db/migrations/sqlite/20250513_183200_modify_agents_table_for_prompts.sql
automagik/db/migrations/sqlite/20250513_183300_drop_system_prompt_column.sql
automagik/db/migrations/sqlite/20250527_040000_allow_null_user_id_for_agent_global_memory.sql
automagik/db/migrations/sqlite/20250527_044500_fix_messages_user_id_constraint.sql
automagik/db/migrations/sqlite/20250527_050000_fix_sessions_user_id_constraint.sql
automagik/db/migrations/sqlite/20250601_082232_create_preferences_tables.sql
automagik/db/migrations/sqlite/20250610_230000_create_mcp_configs_table.sql
automagik/db/migrations/sqlite/20250616_132906_add_workflow_processes_table.sql
automagik/db/migrations/sqlite/20250618_100000_create_tools_table.sql
automagik/db/migrations/sqlite/20250618_151523_add_usage_tracking_to_messages.sql
automagik/db/migrations/sqlite/20250618_200000_add_usage_to_messages.sql
automagik/db/migrations/sqlite/20250618_210000_create_tool_executions_table.sql
automagik/db/migrations/sqlite/20250619_120000_create_workflow_runs_table.sql
automagik/db/migrations/sqlite/20250621_163340_ensure_usage_column_exists.sql
automagik/db/migrations/sqlite/20250622_100000_add_workflow_race_condition_fixes.sql
automagik/db/migrations/sqlite/20250624_190000_add_temp_workspace_column.sql
automagik/db/migrations/sqlite/20250627_120000_create_settings_table.sql
automagik/db/migrations/sqlite/20250627_140000_create_workflow_definitions_tables.sql
automagik/db/migrations/sqlite/20250627_160000_create_workflows_table.sql
automagik/db/migrations/sqlite/20250629_120000_drop_legacy_mcp_tables.sql
automagik/db/providers/__init__.py
automagik/db/providers/base.py
automagik/db/providers/factory.py
automagik/db/providers/postgresql.py
automagik/db/providers/sqlite.py
automagik/db/repository/__init__.py
automagik/db/repository/agent.py
automagik/db/repository/mcp.py
automagik/db/repository/memory.py
automagik/db/repository/message.py
automagik/db/repository/preference.py
automagik/db/repository/prompt.py
automagik/db/repository/session.py
automagik/db/repository/settings.py
automagik/db/repository/tool.py
automagik/db/repository/user.py
automagik/db/repository/workflow.py
automagik/db/repository/workflow_process.py
automagik/db/repository/workflow_run.py
automagik/mcp/CLAUDE.md
automagik/mcp/__init__.py
automagik/mcp/client.py
automagik/mcp/exceptions.py
automagik/mcp/models.py
automagik/mcp/security.py
automagik/mcp/server_wrapper.py
automagik/mcp/workflow_monitor.py
automagik/memory/__init__.py
automagik/memory/message_history.py
automagik/services/__init__.py
automagik/services/git_service.py
automagik/services/model_discovery.py
automagik/services/startup.py
automagik/services/tool_discovery.py
automagik/services/tool_execution.py
automagik/services/workflow_jsonl_parser.py
automagik/services/workspace_service.py
automagik/tools/CLAUDE.md
automagik/tools/__init__.py
automagik/tools/airtable/__init__.py
automagik/tools/airtable/interface.py
automagik/tools/airtable/linked_records_helper.py
automagik/tools/airtable/loose_filtering_helper.py
automagik/tools/airtable/schema.py
automagik/tools/airtable/tool.py
automagik/tools/datetime/__init__.py
automagik/tools/datetime/schema.py
automagik/tools/datetime/tool.py
automagik/tools/discord/__init__.py
automagik/tools/discord/interface.py
automagik/tools/discord/provider.py
automagik/tools/discord/schema.py
automagik/tools/discord/tool.py
automagik/tools/evolution/__init__.py
automagik/tools/evolution/api.py
automagik/tools/evolution/contact_tool.py
automagik/tools/evolution/interface.py
automagik/tools/evolution/schema.py
automagik/tools/evolution/tool.py
automagik/tools/gmail/__init__.py
automagik/tools/gmail/interface.py
automagik/tools/gmail/provider.py
automagik/tools/gmail/schema.py
automagik/tools/gmail/tool.py
automagik/tools/google_drive/__init__.py
automagik/tools/google_drive/interface.py
automagik/tools/google_drive/schema.py
automagik/tools/google_drive/tool.py
automagik/tools/meeting/__init__.py
automagik/tools/meeting/tool.py
automagik/tools/memory/__init__.py
automagik/tools/memory/interface.py
automagik/tools/memory/provider.py
automagik/tools/memory/schema.py
automagik/tools/memory/tool.py
automagik/tools/notion/__init__.py
automagik/tools/notion/interface.py
automagik/tools/notion/schema.py
automagik/tools/notion/tool.py
automagik/tools/preferences/__init__.py
automagik/tools/preferences/schema.py
automagik/tools/whisper_transcription/__init__.py
automagik/tools/whisper_transcription/schema.py
automagik/tools/whisper_transcription/tool.py
automagik/tracing/INTEGRATION_GUIDE.md
automagik/tracing/README.md
automagik/tracing/STATUS.md
automagik/tracing/__init__.py
automagik/tracing/config.py
automagik/tracing/core.py
automagik/tracing/decorators.py
automagik/tracing/integration_example.py
automagik/tracing/middleware.py
automagik/tracing/integrations/__init__.py
automagik/tracing/integrations/api.py
automagik/tracing/integrations/cli.py
automagik/tracing/observability/__init__.py
automagik/tracing/observability/base.py
automagik/tracing/observability/providers/__init__.py
automagik/tracing/observability/providers/langwatch.py
automagik/tracing/performance/__init__.py
automagik/tracing/performance/async_tracer.py
automagik/tracing/performance/circuit_breaker.py
automagik/tracing/performance/sampling.py
automagik/tracing/telemetry/__init__.py
automagik/tracing/telemetry/cli_events.py
automagik/tracing/telemetry/collector.py
automagik/tracing/telemetry/events.py
automagik/tracing/telemetry/sender.py
automagik/utils/error_notifications.py
automagik/utils/image_utils.py
automagik/utils/logging.py
automagik/utils/multimodal.py
automagik/utils/nodejs_detection.py
automagik/utils/project.py
automagik/utils/session_queue.py
automagik/utils/timezone.py
automagik/utils/usage_calculator.py
automagik/utils/version.py
automagik/vendors/__init__.py
automagik/vendors/claude_code_sdk_patches/README.md
automagik/vendors/claude_code_sdk_patches/__init__.py
automagik/vendors/claude_code_sdk_patches/stderr_memory_patch.py