| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-30 | 1.2 kB | |
| v0.6.0 source code.tar.gz | 2026-05-30 | 103.8 MB | |
| v0.6.0 source code.zip | 2026-05-30 | 104.4 MB | |
| Totals: 3 Items | 208.2 MB | 0 | |
Changed
- Bumped
pipecat-aito 1.3.0 (subagents now in-tree; dropped thepipecat-ai-subagentspackage). - Centralized runtime configuration in
gradientbang.configusingpydantic-settings. - Repository structure tidy-up and runtime module reorganization under
src/gradientbang/runtime/. - Migrated to the latest Pipecat SubAgents spec —
PipelineWorker-hostedOrchestrator, bus-basedTaskAgentworkers, and the universal wake-up handshake aligned to the currentpipecat-ai-subagentsAPI. - New-player onboarding now keeps the generated mega-port route as session-scoped private TaskAgent startup context for player-ship tasks, controlled by
BOT_NEW_PLAYER_ONBOARDING. - Local player-ship TaskAgents are now one-task workers like local corp-ship TaskAgents; completed player tasks end and remove their worker instead of reusing an idle pipeline.
- Text input now waits on Pipecat user-mute events via
app_resources, matching voice turn sequencing.
Fixed
- Map UI: numeric
map_zoom_levelfrom the UI agent is now honored as an absolute zoom (4–50 scale) instead of being downgraded to a single step when no center/highlight/fit is set.map_zoom_directionstill steps gently for vague "zoom in/out" requests.