This package provides a Polydock app implementation for deploying PrivateGPT applications on amazee.io with direct amazee.ai API integration.
- 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
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
- 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
This package is designed to be used within the Polydock Engine ecosystem and requires appropriate configuration for amazee.ai API access.