Discover and explore top open-source AI tools and projects—updated daily.
seakeeWeb UI and manager for CLI Proxy API with persistent analytics
New!
Top 49.7% on SourcePulse
CPA Manager Plus offers an advanced management panel and persistent analytics server for the CLI Proxy API (CPA). It addresses the need for robust monitoring, usage tracking, model pricing, and administrative insights beyond CPA's core capabilities. Designed for users managing CPA deployments, it provides a centralized, feature-rich interface to streamline operations and gain deeper visibility into API interactions.
How It Works
Two modes are offered: "Full Docker mode" features a Dockerized Go Manager Server hosting a React frontend, persisting usage analytics to SQLite, and integrating advanced features like runtime monitoring, model pricing, and API key aliases. This server consumes CPA's usage queue via HTTP or RESP Pub/Sub. "CPA panel mode" uses CPA's native panel, offering basic CPA controls and local Codex inspection, isolated from the Manager Server's advanced analytics. The Full Docker mode's advantage lies in its unified, persistent data store and comprehensive feature set.
Quick Start & Requirements
docker run -d --name cpa-manager-plus --restart unless-stopped -p 18317:18317 -v cpa-manager-plus-data:/data seakee/cpa-manager-plus:latestHighlighted Details
Maintenance & Community
No specific details on maintainers, community channels, or roadmap were found in the provided text.
Licensing & Compatibility
Limitations & Caveats
Manager Server requires continuous operation; downtime exceeding CPA's queue retention window leads to data loss. Only one Manager Server instance should consume a given CPA usage queue. Data persistence relies on correctly mounting the /data volume or managing the data directory; rebuilds without persistent storage will erase data. CPA panel mode omits advanced Manager Server features. Importing legacy JSON usage data may reduce accuracy for detailed breakdowns.
1 day ago
Inactive