LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
automagik/__init__.py
automagik/__main__.py
automagik/version.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/api/__init__.py
automagik/api/app.py
automagik/api/config.py
automagik/api/dependencies.py
automagik/api/models.py
automagik/api/routers/__init__.py
automagik/api/routers/schedules.py
automagik/api/routers/sources.py
automagik/api/routers/tasks.py
automagik/api/routers/workflows.py
automagik/cli/__init__.py
automagik/cli/cli.py
automagik/cli/commands/__init__.py
automagik/cli/commands/api.py
automagik/cli/commands/db.py
automagik/cli/commands/schedule.py
automagik/cli/commands/source.py
automagik/cli/commands/task.py
automagik/cli/commands/worker.py
automagik/cli/commands/workflow.py
automagik/cli/utils/__init__.py
automagik/cli/utils/async_helper.py
automagik/cli/utils/log.py
automagik/cli/utils/table_styles.py
automagik/core/__init__.py
automagik/core/celery_config.py
automagik/core/config.py
automagik/core/workflow_runner.py
automagik/core/celery/__init__.py
automagik/core/celery/celery_app.py
automagik/core/celery/scheduler.py
automagik/core/celery/tasks.py
automagik/core/database/__init__.py
automagik/core/database/base.py
automagik/core/database/models.py
automagik/core/database/session.py
automagik/core/database/migrations/versions/add_flow_raw_data.py
automagik/core/scheduler/__init__.py
automagik/core/scheduler/manager.py
automagik/core/scheduler/scheduler.py
automagik/core/scheduler/task_runner.py
automagik/core/schemas/source.py
automagik/core/tasks/__init__.py
automagik/core/tasks/celery.py
automagik/core/tasks/workflow_tasks.py
automagik/core/workflows/__init__.py
automagik/core/workflows/analyzer.py
automagik/core/workflows/manager.py
automagik/core/workflows/remote.py
automagik/core/workflows/source.py
automagik/core/workflows/sync.py
automagik/core/workflows/task.py
automagik/core/workflows/workflow.py
docs/agent_instructions.md