README.md
pyproject.toml
setup.py
src/ai_parrot.egg-info/PKG-INFO
src/ai_parrot.egg-info/SOURCES.txt
src/ai_parrot.egg-info/dependency_links.txt
src/ai_parrot.egg-info/entry_points.txt
src/ai_parrot.egg-info/requires.txt
src/ai_parrot.egg-info/top_level.txt
src/parrot/__init__.py
src/parrot/_imports.py
src/parrot/cli.py
src/parrot/conf.py
src/parrot/exceptions.py
src/parrot/exceptions.pyi
src/parrot/py.typed
src/parrot/version.py
src/parrot/a2a/__init__.py
src/parrot/a2a/client.py
src/parrot/a2a/mesh.py
src/parrot/a2a/mixin.py
src/parrot/a2a/models.py
src/parrot/a2a/orchestrator.py
src/parrot/a2a/router.py
src/parrot/a2a/security.py
src/parrot/a2a/server.py
src/parrot/advisors/__init__.py
src/parrot/advisors/generator.py
src/parrot/advisors/manager.py
src/parrot/advisors/mixin.py
src/parrot/advisors/models.py
src/parrot/advisors/questions.py
src/parrot/advisors/state.py
src/parrot/advisors/catalog/__init__.py
src/parrot/advisors/catalog/catalog.py
src/parrot/advisors/catalog/loaders.py
src/parrot/advisors/catalog/schema.py
src/parrot/advisors/tools/__init__.py
src/parrot/advisors/tools/base.py
src/parrot/advisors/tools/compare.py
src/parrot/advisors/tools/criteria.py
src/parrot/advisors/tools/image.py
src/parrot/advisors/tools/question.py
src/parrot/advisors/tools/recommend.py
src/parrot/advisors/tools/search.py
src/parrot/advisors/tools/start.py
src/parrot/advisors/tools/state.py
src/parrot/advisors/tools/undo.py
src/parrot/advisors/tools/utils.py
src/parrot/agents/__init__.py
src/parrot/auth/__init__.py
src/parrot/auth/context.py
src/parrot/auth/credentials.py
src/parrot/auth/exceptions.py
src/parrot/auth/jira_oauth.py
src/parrot/auth/models.py
src/parrot/auth/pbac.py
src/parrot/auth/permission.py
src/parrot/auth/resolver.py
src/parrot/auth/routes.py
src/parrot/autonomous/__init__.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/hooks/__init__.py
src/parrot/autonomous/hooks/brokers/__init__.py
src/parrot/bots/__init__.py
src/parrot/bots/a2a_agent.py
src/parrot/bots/abstract.py
src/parrot/bots/agent.py
src/parrot/bots/base.py
src/parrot/bots/basic.py
src/parrot/bots/chatbot.py
src/parrot/bots/data.py
src/parrot/bots/document.py
src/parrot/bots/dynamic_values.py
src/parrot/bots/hrbot.py
src/parrot/bots/jira_specialist.py
src/parrot/bots/kb.py
src/parrot/bots/mcp.py
src/parrot/bots/middleware.py
src/parrot/bots/product.py
src/parrot/bots/search.py
src/parrot/bots/voice.py
src/parrot/bots/webdev.py
src/parrot/bots/database/__init__.py
src/parrot/bots/database/abstract.py
src/parrot/bots/database/agent.py
src/parrot/bots/database/cache.py
src/parrot/bots/database/models.py
src/parrot/bots/database/prompts.py
src/parrot/bots/database/retries.py
src/parrot/bots/database/router.py
src/parrot/bots/database/sql.py
src/parrot/bots/database/toolkits/__init__.py
src/parrot/bots/database/toolkits/_crud.py
src/parrot/bots/database/toolkits/base.py
src/parrot/bots/database/toolkits/bigquery.py
src/parrot/bots/database/toolkits/documentdb.py
src/parrot/bots/database/toolkits/elastic.py
src/parrot/bots/database/toolkits/influx.py
src/parrot/bots/database/toolkits/postgres.py
src/parrot/bots/database/toolkits/sql.py
src/parrot/bots/flow/__init__.py
src/parrot/bots/flow/actions.py
src/parrot/bots/flow/cel_evaluator.py
src/parrot/bots/flow/decision_node.py
src/parrot/bots/flow/definition.py
src/parrot/bots/flow/fsm.py
src/parrot/bots/flow/interactive_node.py
src/parrot/bots/flow/loader.py
src/parrot/bots/flow/node.py
src/parrot/bots/flow/svelteflow.py
src/parrot/bots/flow/tools.py
src/parrot/bots/flow/nodes/__init__.py
src/parrot/bots/flow/nodes/end.py
src/parrot/bots/flow/nodes/start.py
src/parrot/bots/flow/storage/__init__.py
src/parrot/bots/flow/storage/memory.py
src/parrot/bots/flow/storage/mixin.py
src/parrot/bots/flow/storage/persistence.py
src/parrot/bots/flow/storage/synthesis.py
src/parrot/bots/mixins/__init__.py
src/parrot/bots/mixins/intent_router.py
src/parrot/bots/orchestration/__init__.py
src/parrot/bots/orchestration/a2a_orchestrator.py
src/parrot/bots/orchestration/agent.py
src/parrot/bots/orchestration/crew.py
src/parrot/bots/orchestration/hr.py
src/parrot/bots/orchestration/verify.py
src/parrot/bots/prompts/__init__.py
src/parrot/bots/prompts/agents.py
src/parrot/bots/prompts/builder.py
src/parrot/bots/prompts/data.py
src/parrot/bots/prompts/domain_layers.py
src/parrot/bots/prompts/layers.py
src/parrot/bots/prompts/output_generation.py
src/parrot/bots/prompts/presets.py
src/parrot/bots/scraper/__init__.py
src/parrot/bots/scraper/models.py
src/parrot/bots/scraper/scraper.py
src/parrot/bots/scraper/templates.py
src/parrot/bots/stores/__init__.py
src/parrot/bots/stores/local.py
src/parrot/clients/__init__.py
src/parrot/clients/base.py
src/parrot/clients/claude.py
src/parrot/clients/factory.py
src/parrot/clients/gemma4.py
src/parrot/clients/gpt.py
src/parrot/clients/grok.py
src/parrot/clients/groq.py
src/parrot/clients/hf.py
src/parrot/clients/live.py
src/parrot/clients/localllm.py
src/parrot/clients/models.py
src/parrot/clients/openrouter.py
src/parrot/clients/vllm.py
src/parrot/clients/google/__init__.py
src/parrot/clients/google/analysis.py
src/parrot/clients/google/client.py
src/parrot/clients/google/generation.py
src/parrot/core/__init__.py
src/parrot/core/exceptions.py
src/parrot/core/events/__init__.py
src/parrot/core/events/evb.py
src/parrot/core/hooks/__init__.py
src/parrot/core/hooks/base.py
src/parrot/core/hooks/file_upload.py
src/parrot/core/hooks/file_watchdog.py
src/parrot/core/hooks/imap.py
src/parrot/core/hooks/jira_webhook.py
src/parrot/core/hooks/manager.py
src/parrot/core/hooks/matrix.py
src/parrot/core/hooks/messaging.py
src/parrot/core/hooks/mixins.py
src/parrot/core/hooks/models.py
src/parrot/core/hooks/postgres.py
src/parrot/core/hooks/scheduler.py
src/parrot/core/hooks/sharepoint.py
src/parrot/core/hooks/whatsapp_redis.py
src/parrot/core/hooks/brokers/__init__.py
src/parrot/core/hooks/brokers/base.py
src/parrot/core/hooks/brokers/mqtt.py
src/parrot/core/hooks/brokers/rabbitmq.py
src/parrot/core/hooks/brokers/redis.py
src/parrot/core/hooks/brokers/sqs.py
src/parrot/core/tools/__init__.py
src/parrot/core/tools/handoff.py
src/parrot/embeddings/__init__.py
src/parrot/embeddings/base.py
src/parrot/embeddings/catalog.py
src/parrot/embeddings/google.py
src/parrot/embeddings/huggingface.py
src/parrot/embeddings/openai.py
src/parrot/embeddings/processor.py
src/parrot/embeddings/registry.py
src/parrot/forms/__init__.py
src/parrot/forms/cache.py
src/parrot/forms/constraints.py
src/parrot/forms/options.py
src/parrot/forms/registry.py
src/parrot/forms/schema.py
src/parrot/forms/storage.py
src/parrot/forms/style.py
src/parrot/forms/types.py
src/parrot/forms/validators.py
src/parrot/forms/extractors/__init__.py
src/parrot/forms/extractors/jsonschema.py
src/parrot/forms/extractors/pydantic.py
src/parrot/forms/extractors/tool.py
src/parrot/forms/extractors/yaml.py
src/parrot/forms/renderers/__init__.py
src/parrot/forms/renderers/adaptive_card.py
src/parrot/forms/renderers/base.py
src/parrot/forms/renderers/html5.py
src/parrot/forms/renderers/jsonschema.py
src/parrot/forms/renderers/templates/form.html.j2
src/parrot/forms/tools/__init__.py
src/parrot/forms/tools/create_form.py
src/parrot/forms/tools/database_form.py
src/parrot/forms/tools/request_form.py
src/parrot/generators/__init__.py
src/parrot/generators/base.py
src/parrot/generators/html.py
src/parrot/generators/react.py
src/parrot/generators/streamlit.py
src/parrot/generators/template.py
src/parrot/handlers/__init__.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/credentials_utils.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/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/test_handler.py
src/parrot/handlers/threads.py
src/parrot/handlers/understanding.py
src/parrot/handlers/user.py
src/parrot/handlers/user_objects.py
src/parrot/handlers/vault_utils.py
src/parrot/handlers/video_reel.py
src/parrot/handlers/agents/__init__.py
src/parrot/handlers/agents/abstract.py
src/parrot/handlers/agents/data.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/bots.py
src/parrot/handlers/models/credentials.py
src/parrot/handlers/models/understanding.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/helpers/__init__.py
src/parrot/helpers/infographics.py
src/parrot/human/__init__.py
src/parrot/human/cli_companion.py
src/parrot/human/manager.py
src/parrot/human/models.py
src/parrot/human/node.py
src/parrot/human/tool.py
src/parrot/human/channels/__init__.py
src/parrot/human/channels/base.py
src/parrot/human/channels/cli.py
src/parrot/human/channels/telegram.py
src/parrot/install/__init__.py
src/parrot/install/cli.py
src/parrot/install/conf.py
src/parrot/integrations/__init__.py
src/parrot/integrations/manager.py
src/parrot/integrations/models.py
src/parrot/integrations/parser.py
src/parrot/integrations/core/state.py
src/parrot/integrations/matrix/__init__.py
src/parrot/integrations/matrix/a2a_transport.py
src/parrot/integrations/matrix/appservice.py
src/parrot/integrations/matrix/client.py
src/parrot/integrations/matrix/events.py
src/parrot/integrations/matrix/models.py
src/parrot/integrations/matrix/registration.py
src/parrot/integrations/matrix/streaming.py
src/parrot/integrations/matrix/crew/__init__.py
src/parrot/integrations/matrix/crew/config.py
src/parrot/integrations/matrix/crew/coordinator.py
src/parrot/integrations/matrix/crew/crew_wrapper.py
src/parrot/integrations/matrix/crew/mention.py
src/parrot/integrations/matrix/crew/registry.py
src/parrot/integrations/matrix/crew/transport.py
src/parrot/integrations/msteams/__init__.py
src/parrot/integrations/msteams/adapter.py
src/parrot/integrations/msteams/handler.py
src/parrot/integrations/msteams/models.py
src/parrot/integrations/msteams/wrapper.py
src/parrot/integrations/msteams/dialogs/__init__.py
src/parrot/integrations/msteams/dialogs/factory.py
src/parrot/integrations/msteams/dialogs/models.py
src/parrot/integrations/msteams/dialogs/orchestrator.py
src/parrot/integrations/msteams/dialogs/presets/__init__.py
src/parrot/integrations/msteams/dialogs/presets/base.py
src/parrot/integrations/msteams/dialogs/presets/conversational.py
src/parrot/integrations/msteams/dialogs/presets/simple_form.py
src/parrot/integrations/msteams/dialogs/presets/wizard.py
src/parrot/integrations/msteams/dialogs/presets/wizard_summary.py
src/parrot/integrations/msteams/tools/__init__.py
src/parrot/integrations/msteams/voice/__init__.py
src/parrot/integrations/msteams/voice/backend.py
src/parrot/integrations/msteams/voice/faster_whisper_backend.py
src/parrot/integrations/msteams/voice/models.py
src/parrot/integrations/msteams/voice/openai_backend.py
src/parrot/integrations/msteams/voice/transcriber.py
src/parrot/integrations/slack/__init__.py
src/parrot/integrations/slack/assistant.py
src/parrot/integrations/slack/dedup.py
src/parrot/integrations/slack/files.py
src/parrot/integrations/slack/interactive.py
src/parrot/integrations/slack/models.py
src/parrot/integrations/slack/security.py
src/parrot/integrations/slack/socket_handler.py
src/parrot/integrations/slack/wrapper.py
src/parrot/integrations/telegram/__init__.py
src/parrot/integrations/telegram/auth.py
src/parrot/integrations/telegram/callbacks.py
src/parrot/integrations/telegram/combined_callback.py
src/parrot/integrations/telegram/context.py
src/parrot/integrations/telegram/decorators.py
src/parrot/integrations/telegram/filters.py
src/parrot/integrations/telegram/human_tool.py
src/parrot/integrations/telegram/jira_commands.py
src/parrot/integrations/telegram/manager.py
src/parrot/integrations/telegram/mcp_commands.py
src/parrot/integrations/telegram/mcp_persistence.py
src/parrot/integrations/telegram/models.py
src/parrot/integrations/telegram/oauth2_callback.py
src/parrot/integrations/telegram/oauth2_providers.py
src/parrot/integrations/telegram/office365_commands.py
src/parrot/integrations/telegram/post_auth.py
src/parrot/integrations/telegram/post_auth_jira.py
src/parrot/integrations/telegram/utils.py
src/parrot/integrations/telegram/wrapper.py
src/parrot/integrations/telegram/crew/__init__.py
src/parrot/integrations/telegram/crew/agent_card.py
src/parrot/integrations/telegram/crew/config.py
src/parrot/integrations/telegram/crew/coordinator.py
src/parrot/integrations/telegram/crew/crew_wrapper.py
src/parrot/integrations/telegram/crew/mention.py
src/parrot/integrations/telegram/crew/payload.py
src/parrot/integrations/telegram/crew/registry.py
src/parrot/integrations/telegram/crew/transport.py
src/parrot/integrations/telegram/static/azure_login.html
src/parrot/integrations/telegram/static/login.html
src/parrot/integrations/telegram/static/login_multi.html
src/parrot/integrations/whatsapp/__init__.py
src/parrot/integrations/whatsapp/bridge_config.py
src/parrot/integrations/whatsapp/bridge_wrapper.py
src/parrot/integrations/whatsapp/handler.py
src/parrot/integrations/whatsapp/models.py
src/parrot/integrations/whatsapp/utils.py
src/parrot/integrations/whatsapp/wrapper.py
src/parrot/integrations/zoom/__init__.py
src/parrot/integrations/zoom/client.py
src/parrot/interfaces/__init__.py
src/parrot/interfaces/aws.py
src/parrot/interfaces/credentials.py
src/parrot/interfaces/database.py
src/parrot/interfaces/dataframes.py
src/parrot/interfaces/doc_converter.py
src/parrot/interfaces/documentdb.py
src/parrot/interfaces/flowtask.py
src/parrot/interfaces/google.py
src/parrot/interfaces/hierarchy.py
src/parrot/interfaces/http.py
src/parrot/interfaces/o365.py
src/parrot/interfaces/odoointerface.py
src/parrot/interfaces/onedrive.py
src/parrot/interfaces/rss.py
src/parrot/interfaces/rss_content.py
src/parrot/interfaces/sharepoint.py
src/parrot/interfaces/soap.py
src/parrot/interfaces/tools.py
src/parrot/interfaces/vector.py
src/parrot/interfaces/file/__init__.py
src/parrot/interfaces/file/abstract.py
src/parrot/interfaces/file/gcs.py
src/parrot/interfaces/file/local.py
src/parrot/interfaces/file/s3.py
src/parrot/interfaces/file/tmp.py
src/parrot/interfaces/images/__init__.py
src/parrot/interfaces/images/plugins/__init__.py
src/parrot/interfaces/images/plugins/abstract.py
src/parrot/interfaces/images/plugins/analisys.py
src/parrot/interfaces/images/plugins/classify.py
src/parrot/interfaces/images/plugins/classifybase.py
src/parrot/interfaces/images/plugins/detect.py
src/parrot/interfaces/images/plugins/exif.py
src/parrot/interfaces/images/plugins/hash.py
src/parrot/interfaces/images/plugins/vision.py
src/parrot/interfaces/images/plugins/yolo.py
src/parrot/interfaces/images/plugins/zerodetect.py
src/parrot/knowledge/__init__.py
src/parrot/knowledge/ontology/__init__.py
src/parrot/knowledge/ontology/cache.py
src/parrot/knowledge/ontology/discovery.py
src/parrot/knowledge/ontology/exceptions.py
src/parrot/knowledge/ontology/graph_store.py
src/parrot/knowledge/ontology/intent.py
src/parrot/knowledge/ontology/merger.py
src/parrot/knowledge/ontology/mixin.py
src/parrot/knowledge/ontology/parser.py
src/parrot/knowledge/ontology/refresh.py
src/parrot/knowledge/ontology/schema.py
src/parrot/knowledge/ontology/tenant.py
src/parrot/knowledge/ontology/validators.py
src/parrot/knowledge/ontology/defaults/__init__.py
src/parrot/knowledge/ontology/defaults/base.ontology.yaml
src/parrot/knowledge/ontology/defaults/domains/field_services.ontology.yaml
src/parrot/loaders/__init__.py
src/parrot/loaders/abstract.py
src/parrot/manager/__init__.py
src/parrot/manager/manager.py
src/parrot/mcp/__init__.py
src/parrot/mcp/adapter.py
src/parrot/mcp/chrome.py
src/parrot/mcp/cli.py
src/parrot/mcp/client.py
src/parrot/mcp/config.py
src/parrot/mcp/context.py
src/parrot/mcp/filtering.py
src/parrot/mcp/integration.py
src/parrot/mcp/oauth.py
src/parrot/mcp/registry.py
src/parrot/mcp/resources.py
src/parrot/mcp/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/memory/__init__.py
src/parrot/memory/abstract.py
src/parrot/memory/agent.py
src/parrot/memory/cache.py
src/parrot/memory/file.py
src/parrot/memory/mem.py
src/parrot/memory/redis.py
src/parrot/memory/episodic/__init__.py
src/parrot/memory/episodic/cache.py
src/parrot/memory/episodic/embedding.py
src/parrot/memory/episodic/mixin.py
src/parrot/memory/episodic/models.py
src/parrot/memory/episodic/recall.py
src/parrot/memory/episodic/reflection.py
src/parrot/memory/episodic/scoring.py
src/parrot/memory/episodic/store.py
src/parrot/memory/episodic/tools.py
src/parrot/memory/episodic/backends/__init__.py
src/parrot/memory/episodic/backends/abstract.py
src/parrot/memory/episodic/backends/faiss.py
src/parrot/memory/episodic/backends/pgvector.py
src/parrot/memory/episodic/backends/redis_vector.py
src/parrot/memory/skills/__init__.py
src/parrot/memory/skills/file_registry.py
src/parrot/memory/skills/middleware.py
src/parrot/memory/skills/mixin.py
src/parrot/memory/skills/models.py
src/parrot/memory/skills/parsers.py
src/parrot/memory/skills/store.py
src/parrot/memory/skills/tools.py
src/parrot/memory/unified/__init__.py
src/parrot/memory/unified/context.py
src/parrot/memory/unified/manager.py
src/parrot/memory/unified/mixin.py
src/parrot/memory/unified/models.py
src/parrot/memory/unified/routing.py
src/parrot/models/__init__.py
src/parrot/models/basic.py
src/parrot/models/claude.py
src/parrot/models/compliance.py
src/parrot/models/crew.py
src/parrot/models/datasets.py
src/parrot/models/detections.py
src/parrot/models/generation.py
src/parrot/models/google.py
src/parrot/models/groq.py
src/parrot/models/infographic.py
src/parrot/models/infographic_templates.py
src/parrot/models/localllm.py
src/parrot/models/openai.py
src/parrot/models/openrouter.py
src/parrot/models/outputs.py
src/parrot/models/responses.py
src/parrot/models/status.py
src/parrot/models/vllm.py
src/parrot/models/voice.py
src/parrot/notifications/__init__.py
src/parrot/openapi/__init__.py
src/parrot/openapi/components.yaml
src/parrot/openapi/config.py
src/parrot/outputs/__init__.py
src/parrot/outputs/formatter.py
src/parrot/outputs/formats/__init__.py
src/parrot/outputs/formats/altair.py
src/parrot/outputs/formats/application.py
src/parrot/outputs/formats/base.py
src/parrot/outputs/formats/bokeh.py
src/parrot/outputs/formats/card.py
src/parrot/outputs/formats/chart.py
src/parrot/outputs/formats/d3.py
src/parrot/outputs/formats/echarts.py
src/parrot/outputs/formats/holoviews.py
src/parrot/outputs/formats/html.py
src/parrot/outputs/formats/infographic.py
src/parrot/outputs/formats/infographic_html.py
src/parrot/outputs/formats/jinja2.py
src/parrot/outputs/formats/json.py
src/parrot/outputs/formats/map.py
src/parrot/outputs/formats/markdown.py
src/parrot/outputs/formats/matplotlib.py
src/parrot/outputs/formats/plotly.py
src/parrot/outputs/formats/seaborn.py
src/parrot/outputs/formats/slack.py
src/parrot/outputs/formats/table.py
src/parrot/outputs/formats/template_report.py
src/parrot/outputs/formats/whatsapp.py
src/parrot/outputs/formats/yaml.py
src/parrot/outputs/formats/assets/__init__.py
src/parrot/outputs/formats/assets/echarts.min.js
src/parrot/outputs/formats/generators/__init__.py
src/parrot/outputs/formats/generators/abstract.py
src/parrot/outputs/formats/generators/panel.py
src/parrot/outputs/formats/generators/streamlit.py
src/parrot/outputs/formats/generators/terminal.py
src/parrot/outputs/formats/mixins/__init__.py
src/parrot/outputs/formats/mixins/emaps.py
src/parrot/outputs/templates/__init__.py
src/parrot/pageindex/__init__.py
src/parrot/pageindex/builder.py
src/parrot/pageindex/llm_adapter.py
src/parrot/pageindex/md_builder.py
src/parrot/pageindex/retriever.py
src/parrot/pageindex/schemas.py
src/parrot/pageindex/utils.py
src/parrot/pipelines/__init__.py
src/parrot/pipelines/abstract.py
src/parrot/pipelines/detector.py
src/parrot/pipelines/models.py
src/parrot/pipelines/planogram/__init__.py
src/parrot/pipelines/planogram/legacy.py
src/parrot/pipelines/planogram/plan.py
src/parrot/pipelines/planogram/types/__init__.py
src/parrot/pipelines/planogram/types/abstract.py
src/parrot/pipelines/planogram/types/graphic_panel_display.py
src/parrot/pipelines/planogram/types/product_on_shelves.py
src/parrot/plugins/__init__.py
src/parrot/plugins/importer.py
src/parrot/registry/__init__.py
src/parrot/registry/registry.py
src/parrot/registry/storage.py
src/parrot/registry/capabilities/__init__.py
src/parrot/registry/capabilities/models.py
src/parrot/registry/capabilities/registry.py
src/parrot/registry/routing/__init__.py
src/parrot/registry/routing/cache.py
src/parrot/registry/routing/llm_helper.py
src/parrot/registry/routing/models.py
src/parrot/registry/routing/ontology_signal.py
src/parrot/registry/routing/rules.py
src/parrot/registry/routing/store_router.py
src/parrot/registry/routing/yaml_loader.py
src/parrot/scheduler/__init__.py
src/parrot/scheduler/models.py
src/parrot/scheduler/functions/__init__.py
src/parrot/security/__init__.py
src/parrot/security/prompt_injection.py
src/parrot/security/query_validator.py
src/parrot/services/__init__.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
src/parrot/services/mcp/__init__.py
src/parrot/services/mcp/config.py
src/parrot/services/mcp/server.py
src/parrot/services/mcp/simple.py
src/parrot/setup/__init__.py
src/parrot/setup/cli.py
src/parrot/setup/scaffolding.py
src/parrot/setup/wizard.py
src/parrot/setup/providers/__init__.py
src/parrot/setup/providers/anthropic.py
src/parrot/setup/providers/google.py
src/parrot/setup/providers/openai.py
src/parrot/setup/providers/openrouter.py
src/parrot/setup/providers/xai.py
src/parrot/storage/__init__.py
src/parrot/storage/artifacts.py
src/parrot/storage/chat.py
src/parrot/storage/dynamodb.py
src/parrot/storage/models.py
src/parrot/storage/s3_overflow.py
src/parrot/stores/__init__.py
src/parrot/stores/abstract.py
src/parrot/stores/arango.py
src/parrot/stores/bigquery.py
src/parrot/stores/cache.py
src/parrot/stores/empty.py
src/parrot/stores/faiss_store.py
src/parrot/stores/milvus.py
src/parrot/stores/models.py
src/parrot/stores/pgvector.py
src/parrot/stores/postgres.py
src/parrot/stores/kb/__init__.py
src/parrot/stores/kb/abstract.py
src/parrot/stores/kb/cache.py
src/parrot/stores/kb/doc.py
src/parrot/stores/kb/hierarchy.py
src/parrot/stores/kb/local.py
src/parrot/stores/kb/prompt.py
src/parrot/stores/kb/redis.py
src/parrot/stores/kb/store.py
src/parrot/stores/kb/user.py
src/parrot/stores/utils/__init__.py
src/parrot/stores/utils/chunking.py
src/parrot/telemetry/__init__.py
src/parrot/telemetry/mixin.py
src/parrot/template/__init__.py
src/parrot/template/engine.py
src/parrot/tools/__init__.py
src/parrot/tools/abstract.py
src/parrot/tools/agent.py
src/parrot/tools/database.py
src/parrot/tools/decorators.py
src/parrot/tools/discovery.py
src/parrot/tools/excel_intelligence.py
src/parrot/tools/filemanager.py
src/parrot/tools/jira_connect_tool.py
src/parrot/tools/json_tool.py
src/parrot/tools/manager.py
src/parrot/tools/mcp_mixin.py
src/parrot/tools/multistoresearch.py
src/parrot/tools/openapitoolkit.py
src/parrot/tools/pageindex_toolkit.py
src/parrot/tools/pythonpandas.py
src/parrot/tools/pythonrepl.py
src/parrot/tools/registry.py
src/parrot/tools/reminder.py
src/parrot/tools/toolkit.py
src/parrot/tools/vectorstoresearch.py
src/parrot/tools/databasequery/__init__.py
src/parrot/tools/databasequery/base.py
src/parrot/tools/databasequery/tool.py
src/parrot/tools/databasequery/toolkit.py
src/parrot/tools/databasequery/sources/__init__.py
src/parrot/tools/databasequery/sources/atlas.py
src/parrot/tools/databasequery/sources/bigquery.py
src/parrot/tools/databasequery/sources/clickhouse.py
src/parrot/tools/databasequery/sources/documentdb.py
src/parrot/tools/databasequery/sources/duckdb.py
src/parrot/tools/databasequery/sources/elastic.py
src/parrot/tools/databasequery/sources/influx.py
src/parrot/tools/databasequery/sources/mongodb.py
src/parrot/tools/databasequery/sources/mssql.py
src/parrot/tools/databasequery/sources/mysql.py
src/parrot/tools/databasequery/sources/oracle.py
src/parrot/tools/databasequery/sources/postgres.py
src/parrot/tools/databasequery/sources/sqlite.py
src/parrot/tools/dataset_manager/__init__.py
src/parrot/tools/dataset_manager/computed.py
src/parrot/tools/dataset_manager/csv_reader.py
src/parrot/tools/dataset_manager/excel_analyzer.py
src/parrot/tools/dataset_manager/tool.py
src/parrot/tools/dataset_manager/sources/__init__.py
src/parrot/tools/dataset_manager/sources/airtable.py
src/parrot/tools/dataset_manager/sources/base.py
src/parrot/tools/dataset_manager/sources/composite.py
src/parrot/tools/dataset_manager/sources/deltatable.py
src/parrot/tools/dataset_manager/sources/iceberg.py
src/parrot/tools/dataset_manager/sources/memory.py
src/parrot/tools/dataset_manager/sources/mongo.py
src/parrot/tools/dataset_manager/sources/query_slug.py
src/parrot/tools/dataset_manager/sources/smartsheet.py
src/parrot/tools/dataset_manager/sources/sql.py
src/parrot/tools/dataset_manager/sources/table.py
src/parrot/tools/working_memory/__init__.py
src/parrot/tools/working_memory/conftest.py
src/parrot/tools/working_memory/internals.py
src/parrot/tools/working_memory/models.py
src/parrot/tools/working_memory/tests.py
src/parrot/tools/working_memory/tool.py
src/parrot/tools/working_memory/tests/conftest.py
src/parrot/tools/working_memory/tests/test_answer_memory_bridge.py
src/parrot/tools/working_memory/tests/test_generic_entries.py
src/parrot/tools/working_memory/tests/test_integration_workflow.py
src/parrot/tools/working_memory/tests/test_working_memory.py
src/parrot/transport/__init__.py
src/parrot/transport/base.py
src/parrot/transport/filesystem/__init__.py
src/parrot/transport/filesystem/__main__.py
src/parrot/transport/filesystem/channel.py
src/parrot/transport/filesystem/cli.py
src/parrot/transport/filesystem/config.py
src/parrot/transport/filesystem/feed.py
src/parrot/transport/filesystem/hook.py
src/parrot/transport/filesystem/inbox.py
src/parrot/transport/filesystem/registry.py
src/parrot/transport/filesystem/reservation.py
src/parrot/transport/filesystem/transport.py
src/parrot/utils/__init__.py
src/parrot/utils/helpers.py
src/parrot/utils/naming.py
src/parrot/utils/toml.py
src/parrot/utils/types.cpp
src/parrot/utils/uv.py
src/parrot/utils/parsers/__init__.py
src/parrot/utils/parsers/toml.c
src/parrot/voice/__init__.py
src/parrot/voice/handler.py
src/parrot/voice/models.py
src/parrot/voice/server.py
src/parrot/voice/session.py
src/parrot/voice/transcriber/__init__.py
src/parrot/voice/transcriber/backend.py
src/parrot/voice/transcriber/faster_whisper_backend.py
src/parrot/voice/transcriber/models.py
src/parrot/voice/transcriber/openai_backend.py
src/parrot/voice/transcriber/transcriber.py
src/parrot/voice/ui/basic.js
src/parrot/voice/ui/chat.html
src/parrot/voice/ui/voice_chat.html
src/parrot/yaml-rs/python/yaml_rs/__init__.py
tests/test_a2a_manager_manual.py
tests/test_a2a_tools.py
tests/test_agent_crew_examples.py
tests/test_agent_definitions.py
tests/test_agent_module.py
tests/test_agent_registry_instances.py
tests/test_agent_result_ai_message.py
tests/test_agent_service.py
tests/test_agent_tool_ai_message.py
tests/test_agentsflow_branch.py
tests/test_anthropic_client.py
tests/test_arxiv_tool.py
tests/test_basic_agent_new.py
tests/test_botmanager_flags.py
tests/test_callbacks.py
tests/test_cel_evaluator.py
tests/test_chat_storage.py
tests/test_chatbot_handler.py
tests/test_checkov_executor.py
tests/test_checkov_parser.py
tests/test_cloud_posture_toolkit.py
tests/test_cmc_fear_greed.py
tests/test_coingecko_toolkit.py
tests/test_cointelegraph_tool.py
tests/test_compliance_mapper.py
tests/test_compliance_report_toolkit.py
tests/test_composite_score_tool.py
tests/test_container_security_toolkit.py
tests/test_core_tools.py
tests/test_crew_websearchagent.py
tests/test_cryptoquant_integration.py
tests/test_cryptoquant_toolkit.py
tests/test_csv_export_tool.py
tests/test_dataset_manager.py
tests/test_dbinterface.py
tests/test_decision_node.py
tests/test_deep_research_mock.py
tests/test_doc_converter_loader.py
tests/test_dynamic_tool_search.py
tests/test_endnode.py
tests/test_episodic_memory.py
tests/test_exceptions.py
tests/test_execution_memory_integration.py
tests/test_exif_plugin.py
tests/test_flow_actions.py
tests/test_flow_definition.py
tests/test_flow_integration.py
tests/test_flow_loader.py
tests/test_flow_mixins.py
tests/test_flowtask_toolkit.py
tests/test_fred_tool.py
tests/test_fsm.py
tests/test_gittoolkit.py
tests/test_google_client.py
tests/test_google_reel.py
tests/test_graphic_panel_display.py
tests/test_grok_client.py
tests/test_grok_client_new.py
tests/test_groq_client.py
tests/test_hooks.py
tests/test_human_manager.py
tests/test_human_models.py
tests/test_human_node.py
tests/test_human_tool.py
tests/test_ibisworld_tool.py
tests/test_install_cli.py
tests/test_integration_wrappers.py
tests/test_intent_router_e2e.py
tests/test_intent_router_unit.py
tests/test_jira_assignment.py
tests/test_jira_callbacks.py
tests/test_jira_comment_attachments.py
tests/test_jira_extraction_refactor.py
tests/test_jira_history_logic.py
tests/test_jira_optimization.py
tests/test_jira_ticket_created.py
tests/test_jiratoolkit_defaults.py
tests/test_jiratoolkit_permissions.py
tests/test_lazy_imports.py
tests/test_localllm_client.py
tests/test_lyria_batch.py
tests/test_lyria_models.py
tests/test_lyria_music_handler.py
tests/test_marketnews_tool.py
tests/test_massive_cache.py
tests/test_massive_client.py
tests/test_massive_models.py
tests/test_massive_toolkit.py
tests/test_matrix_appservice.py
tests/test_matrix_crew.py
tests/test_matrix_hook.py
tests/test_matrix_transport.py
tests/test_mcp_enabled_mixin.py
tests/test_minimal_install.py
tests/test_monorepo_imports.py
tests/test_naming.py
tests/test_notification.py
tests/test_odoo_interface.py
tests/test_openai_client.py
tests/test_openapi.py
tests/test_openapi_toolkit.py
tests/test_openrouter_client.py
tests/test_openrouter_factory.py
tests/test_openrouter_models.py
tests/test_orchestrator_agent.py
tests/test_pageindex_toolkit.py
tests/test_pdf_markdown.py
tests/test_per_loop_cache.py
tests/test_per_loop_cache_integration.py
tests/test_product_advisor.py
tests/test_prowler_executor.py
tests/test_prowler_parser.py
tests/test_pythonpandas_integration.py
tests/test_pythonpandas_preview.py
tests/test_reddit_toolkit.py
tests/test_rediskb.py
tests/test_report_generator.py
tests/test_route53_tool.py
tests/test_rss_content_interface.py
tests/test_rss_interface.py
tests/test_scheduler_report_decorators.py
tests/test_schedules.py
tests/test_secrets_iac_toolkit.py
tests/test_security_base_executor.py
tests/test_security_base_parser.py
tests/test_security_imports.py
tests/test_security_models.py
tests/test_setup_wizard.py
tests/test_slack_integration.py
tests/test_svelteflow_adapter.py
tests/test_system_health.py
tests/test_telegram_integration.py
tests/test_textfile_tool.py
tests/test_tool_clone.py
tests/test_tool_manager_mcp.py
tests/test_tradingeco_tool.py
tests/test_trivy_executor.py
tests/test_trivy_parser.py
tests/test_video_reel_handler.py
tests/test_video_reel_storage.py
tests/test_vllm_client.py
tests/test_vllm_models.py
tests/test_web_search_agent.py
tests/test_workday_models.py