amazeeio / polydock-app-amazeeio-privategpt
Polydock App - amazee.io PrivateGPT with Direct API Integration
Package info
github.com/amazeeio/polydock-app-amazeeio-privategpt
pkg:composer/amazeeio/polydock-app-amazeeio-privategpt
v0.1.7
2026-04-10 13:00 UTC
Requires
Requires (Dev)
- laravel/pint: ^1.27.1
- mockery/mockery: ^1.6.12
- orchestra/testbench: *
- phpstan/extension-installer: *
- phpstan/phpstan: ^1.10
- phpstan/phpstan-mockery: ^1.1
- phpunit/phpunit: ^10.0
- dev-main
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.1
- v0.1.0
- v0.0.15
- v0.0.14
- v0.0.13
- v0.0.12
- v0.0.11
- v0.0.10
- v0.0.9
- v0.0.8
- v0.0.7
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-dependabot/composer/composer-1ba2e08b3b
- dev-dependabot/github_actions/actions/cache-5
- dev-dependabot/github_actions/actions/checkout-6
- dev-dependabot/github_actions/peter-evans/create-pull-request-8
- dev-appsec-ci
- dev-copilot/start-implementation-chat-interface
This package is auto-updated.
Last update: 2026-04-10 13:01:19 UTC
README
This package provides a Polydock app implementation for deploying PrivateGPT applications on amazee.io with direct amazee.ai API integration.
Features
- Direct amazee.ai API integration (no backend intermediary)
- Team-based deployment architecture
- Automated user onboarding with team administrator privileges
- LLM and VDB key generation
- Seamless integration with Lagoon deployment workflows
Key Differences from Generic App
Unlike the generic amazee.io app that uses the amazee.ai backend service, this implementation:
- Direct API Integration: Uses
https://api.amazee.ai/directly - Team Creation: Creates new teams for each deployment
- Administrator Access: Users become team administrators
- Automated Experience: Applications handle login link delivery automatically
Architecture
- PolydockPrivateGptApp: Main app class extending PolydockApp
- AmazeeAiClient: Direct API client for amazee.ai
- Team Management Traits: Handle team creation and key generation
- Custom Deployment Scripts: Modified for direct API integration
Usage
This package is designed to be used within the Polydock Engine ecosystem and requires appropriate configuration for amazee.ai API access.