README.md
pyproject.toml
src/ai_parrot_server.egg-info/PKG-INFO
src/ai_parrot_server.egg-info/SOURCES.txt
src/ai_parrot_server.egg-info/dependency_links.txt
src/ai_parrot_server.egg-info/entry_points.txt
src/ai_parrot_server.egg-info/requires.txt
src/ai_parrot_server.egg-info/top_level.txt
src/parrot/a2a/security.py
src/parrot/a2a/server.py
src/parrot/autonomous/admin.py
src/parrot/autonomous/cli.py
src/parrot/autonomous/evb.py
src/parrot/autonomous/example.py
src/parrot/autonomous/orchestrator.py
src/parrot/autonomous/redis_jobs.py
src/parrot/autonomous/scheduler.py
src/parrot/autonomous/webhooks.py
src/parrot/autonomous/deploy/__init__.py
src/parrot/autonomous/deploy/installer.py
src/parrot/autonomous/deploy/templates.py
src/parrot/autonomous/transport/__init__.py
src/parrot/autonomous/transport/base.py
src/parrot/autonomous/transport/filesystem/__init__.py
src/parrot/autonomous/transport/filesystem/__main__.py
src/parrot/autonomous/transport/filesystem/channel.py
src/parrot/autonomous/transport/filesystem/cli.py
src/parrot/autonomous/transport/filesystem/config.py
src/parrot/autonomous/transport/filesystem/feed.py
src/parrot/autonomous/transport/filesystem/hook.py
src/parrot/autonomous/transport/filesystem/inbox.py
src/parrot/autonomous/transport/filesystem/registry.py
src/parrot/autonomous/transport/filesystem/reservation.py
src/parrot/autonomous/transport/filesystem/transport.py
src/parrot/handlers/agent.py
src/parrot/handlers/artifacts.py
src/parrot/handlers/bots.py
src/parrot/handlers/chat.py
src/parrot/handlers/chat_interaction.py
src/parrot/handlers/config_handler.py
src/parrot/handlers/credentials.py
src/parrot/handlers/csp.py
src/parrot/handlers/dashboard_handler.py
src/parrot/handlers/datasets.py
src/parrot/handlers/google_generation.py
src/parrot/handlers/infographic.py
src/parrot/handlers/integrations.py
src/parrot/handlers/llm.py
src/parrot/handlers/lyria_music.py
src/parrot/handlers/mcp_helper.py
src/parrot/handlers/mcp_persistence.py
src/parrot/handlers/o365_auth.py
src/parrot/handlers/planogram_compliance.py
src/parrot/handlers/print_pdf.py
src/parrot/handlers/programs.py
src/parrot/handlers/scheduler.py
src/parrot/handlers/stream.py
src/parrot/handlers/testing_handler.py
src/parrot/handlers/threads.py
src/parrot/handlers/tools_catalog.py
src/parrot/handlers/understanding.py
src/parrot/handlers/user.py
src/parrot/handlers/user_objects.py
src/parrot/handlers/video_reel.py
src/parrot/handlers/web_hitl.py
src/parrot/handlers/agents/__init__.py
src/parrot/handlers/agents/abstract.py
src/parrot/handlers/agents/data.py
src/parrot/handlers/agents/ephemeral.py
src/parrot/handlers/agents/factory.py
src/parrot/handlers/agents/sharing.py
src/parrot/handlers/agents/users.py
src/parrot/handlers/crew/__init__.py
src/parrot/handlers/crew/execution_handler.py
src/parrot/handlers/crew/handler.py
src/parrot/handlers/crew/models.py
src/parrot/handlers/crew/redis_persistence.py
src/parrot/handlers/database/__init__.py
src/parrot/handlers/database/helpers.py
src/parrot/handlers/jobs/__init__.py
src/parrot/handlers/jobs/job.py
src/parrot/handlers/jobs/mixin.py
src/parrot/handlers/jobs/models.py
src/parrot/handlers/jobs/redis_store.py
src/parrot/handlers/jobs/worker.py
src/parrot/handlers/models/__init__.py
src/parrot/handlers/models/_encrypted_field.py
src/parrot/handlers/models/bots.py
src/parrot/handlers/models/credentials.py
src/parrot/handlers/models/understanding.py
src/parrot/handlers/models/users_bots.py
src/parrot/handlers/models/users_prompts.py
src/parrot/handlers/scraping/__init__.py
src/parrot/handlers/scraping/handler.py
src/parrot/handlers/scraping/info.py
src/parrot/handlers/scraping/models.py
src/parrot/handlers/stores/__init__.py
src/parrot/handlers/stores/handler.py
src/parrot/handlers/stores/helpers.py
src/parrot/human/suspended_store.py
src/parrot/manager/ephemeral.py
src/parrot/manager/manager.py
src/parrot/mcp/adapter.py
src/parrot/mcp/chrome.py
src/parrot/mcp/cli.py
src/parrot/mcp/config.py
src/parrot/mcp/oauth_server.py
src/parrot/mcp/parrot_server.py
src/parrot/mcp/resources.py
src/parrot/mcp/server.py
src/parrot/mcp/simple_server.py
src/parrot/mcp/wrapper.py
src/parrot/mcp/transports/__init__.py
src/parrot/mcp/transports/base.py
src/parrot/mcp/transports/grpc_session.py
src/parrot/mcp/transports/http.py
src/parrot/mcp/transports/quic.py
src/parrot/mcp/transports/sse.py
src/parrot/mcp/transports/stdio.py
src/parrot/mcp/transports/unix.py
src/parrot/mcp/transports/websocket.py
src/parrot/scheduler/manager.py
src/parrot/scheduler/models.py
src/parrot/scheduler/functions/__init__.py
src/parrot/server/__init__.py
src/parrot/server/version.py
src/parrot/services/agent_service.py
src/parrot/services/client.py
src/parrot/services/delivery.py
src/parrot/services/heartbeat.py
src/parrot/services/identity_mapping.py
src/parrot/services/models.py
src/parrot/services/o365_remote_auth.py
src/parrot/services/redis_listener.py
src/parrot/services/task_queue.py
src/parrot/services/vault_token_sync.py
src/parrot/services/whatsapp.py
src/parrot/services/worker_pool.py
tests/test_agenttalk_infographic_explanation.py
tests/test_agenttalk_resume_unit.py
tests/test_hitl_web_suspend_resume.py
tests/test_namespace_imports.py
tests/test_paused_envelope.py
tests/test_suspended_store.py
tests/test_suspending_web_human_tool.py
tests/test_wheel_layout.py