amazeeio / polydock-app-amazeeio-privategpt
Polydock App - amazee.io PrivateGPT with Direct API Integration
dev-main
2025-09-15 21:02 UTC
Requires
Requires (Dev)
- laravel/pint: ^1.22
- mockery/mockery: *
- orchestra/testbench: *
- phpstan/extension-installer: *
- phpstan/phpstan: ^1.10
- phpstan/phpstan-mockery: ^1.1
- phpunit/phpunit: ^10.0
- dev-main
- dev-feature/sync-openapi-dtos-22
- dev-feature/sync-openapi-dtos-21
- dev-feature/sync-openapi-dtos-20
- dev-feature/sync-openapi-dtos-19
- dev-feature/sync-openapi-dtos-18
- dev-feature/sync-openapi-dtos-17
- dev-feature/sync-openapi-dtos-16
- dev-feature/sync-openapi-dtos-15
- dev-feature/sync-openapi-dtos-14
- dev-feature/sync-openapi-dtos-13
- dev-feature-devmode
- dev-chore-additional-vars
- dev-feature/sync-openapi-dtos-4
- dev-feature/sync-openapi-dtos-3
- dev-feature/sync-openapi-dtos-2
- dev-feature/sync-openapi-dtos-1
- dev-chore-namespacefix
- dev-dependabot/composer/livewire/livewire-3.6.4
This package is auto-updated.
Last update: 2025-10-03 03:14:00 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.