README.md
pyproject.toml
stitchflow_local_agent/__init__.py
stitchflow_local_agent/agent_cli.py
stitchflow_local_agent/sync_cli.py
stitchflow_local_agent.egg-info/PKG-INFO
stitchflow_local_agent.egg-info/SOURCES.txt
stitchflow_local_agent.egg-info/dependency_links.txt
stitchflow_local_agent.egg-info/entry_points.txt
stitchflow_local_agent.egg-info/requires.txt
stitchflow_local_agent.egg-info/top_level.txt
stitchflow_local_agent/actions/__init__.py
stitchflow_local_agent/actions/api_client.py
stitchflow_local_agent/actions/dispatcher.py
stitchflow_local_agent/automation/__init__.py
stitchflow_local_agent/automation/operation.py
stitchflow_local_agent/automation/plan_executor.py
stitchflow_local_agent/automation/scraping_plan.py
stitchflow_local_agent/automation/workflow.py
stitchflow_local_agent/common/__init__.py
stitchflow_local_agent/common/browser.py
stitchflow_local_agent/common/config.py
stitchflow_local_agent/common/daemon.py
stitchflow_local_agent/common/logging.py
stitchflow_local_agent/integrations/__init__.py
stitchflow_local_agent/integrations/calendly/__init__.py
stitchflow_local_agent/integrations/calendly/oldcode.py
stitchflow_local_agent/integrations/calendly/oldcode_remove_user.py
stitchflow_local_agent/integrations/calendly/register.py
stitchflow_local_agent/integrations/calendly/schemas.py
stitchflow_local_agent/integrations/calendly/workflows.py
stitchflow_local_agent/integrations/calendly/plans/change_role.json
stitchflow_local_agent/integrations/calendly/plans/remove_user.json
stitchflow_local_agent/integrations/openai/__init__.py
stitchflow_local_agent/integrations/openai/register.py
stitchflow_local_agent/integrations/openai/schemas.py
stitchflow_local_agent/integrations/openai/workflows.py
stitchflow_local_agent/integrations/openai/plans/create_user.json
stitchflow_local_agent/integrations/openai/plans/delete_user.json
stitchflow_local_agent/integrations/openai/plans/get_users.json
stitchflow_local_agent/sync/__init__.py
stitchflow_local_agent/sync/stitchflow_upload.py
stitchflow_local_agent/sync/calendly/__init__.py
stitchflow_local_agent/sync/calendly/export.py
stitchflow_local_agent/sync/chatgpt/__init__.py
stitchflow_local_agent/sync/chatgpt/export.py
stitchflow_local_agent/sync/linear/export.py
tests/test_config.py
tests/test_operation_registry.py
tests/test_scraping_plan.py
tests/test_workflow_types.py