Skip to main content

Server infrastructure (handlers, MCP/A2A transports, scheduler, autonomous) for AI-Parrot

Project description

ai-parrot-server

Server infrastructure for the AI-Parrot framework, extracted as a PEP 420 implicit namespace satellite package.

Overview

ai-parrot-server contributes server-side modules to the parrot.* namespace alongside the core ai-parrot package. All existing import paths remain unchanged — from parrot.handlers import ChatbotHandler works identically whether using the combined install or the split install.

What's Included

Module Contents
parrot.handlers ~59 aiohttp HTTP handler files (ChatbotHandler, BotHandler, etc.)
parrot.manager BotManager, EphemeralRegistry
parrot.services AgentService, delivery, heartbeat, worker pool, WhatsApp bridge, etc.
parrot.scheduler AgentSchedulerManager, schedule decorators, models, functions
parrot.autonomous AutonomousOrchestrator, transport layer (parrot-fs), deploy tools
parrot.mcp (server) MCPServer, MCPToolAdapter, MCPServerConfig, transports, CLI
parrot.a2a (server) A2AServer, A2AEnabledMixin, A2ASecurityMiddleware

Installation

# Core framework only (no server infrastructure)
pip install ai-parrot

# Core + all server infrastructure
pip install ai-parrot-server

# Core + server with specific extras
pip install ai-parrot-server[scheduler]    # + APScheduler
pip install ai-parrot-server[mcp]          # + MCP server transports (QUIC, gRPC)
pip install ai-parrot-server[a2a]          # + A2A server (JWT auth)
pip install ai-parrot-server[autonomous]   # + autonomous orchestrator (aiofiles)
pip install ai-parrot-server[all]          # everything

# Via host meta-extra
pip install ai-parrot[server]             # convenience alias for ai-parrot-server[all]
pip install ai-parrot[all]               # includes ai-parrot-server[all]

How It Works

This package uses PEP 420 implicit namespace packages. It contributes to the same parrot.* namespace as ai-parrot without any __init__.py files at the namespace levels. Python's import system merges the two distributions' directory trees transparently.

The host parrot.* __init__.py files use pkgutil.extend_path and lazy __getattr__ patterns to expose server classes when this satellite is installed, and provide helpful ImportError messages when it is not.

Migration

See docs/migration/feat-203-ai-parrot-server.md for the full migration guide.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ai_parrot_server-0.25.15.tar.gz (454.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ai_parrot_server-0.25.15-py3-none-any.whl (499.1 kB view details)

Uploaded Python 3

File details

Details for the file ai_parrot_server-0.25.15.tar.gz.

File metadata

  • Download URL: ai_parrot_server-0.25.15.tar.gz
  • Upload date:
  • Size: 454.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ai_parrot_server-0.25.15.tar.gz
Algorithm Hash digest
SHA256 8a4fc31f908ad676aa455f6452cf97dfa3b0459371eda40bb4e641e826643986
MD5 1de4e351bec255d8b1bc75b800e6aa34
BLAKE2b-256 f22f38ba84a80c6ee65ddd6c9c441d8fc3787a28da0226a357ec33878ff4848f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ai_parrot_server-0.25.15.tar.gz:

Publisher: release.yml on phenobarbital/ai-parrot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ai_parrot_server-0.25.15-py3-none-any.whl.

File metadata

File hashes

Hashes for ai_parrot_server-0.25.15-py3-none-any.whl
Algorithm Hash digest
SHA256 2ec649c0e4440a10d15a545eca23d0ab3ce3c373d995ed1d88f111b0ea3803ea
MD5 f9b1a43e82bebe176525f901a6a845a1
BLAKE2b-256 d2f2661dc282dd79b7e98df74d3a3a879dbbaaa031cdf36de5fd6ae533ee03c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for ai_parrot_server-0.25.15-py3-none-any.whl:

Publisher: release.yml on phenobarbital/ai-parrot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page