All 43 Dependencies
Every package Cameleer depends on, ranked by repo health score.
Cameleer packages AI agent management into a desktop app modeled on internal enterprise tooling: an agent directory for creating and assigning agents with specific roles and personas, a Kanban/backlog system for tracking tasks assigned to those agents, workspace chat for talking directly to assigned agents, and a runtime/audit view showing live run logs, pending tool approvals, and complete audit history.
Built as a Tauri application (Rust backend, React/TypeScript frontend, SQLite for local state), it's local-first by design, storing entity data in a `local_state.db` file managed by Rust rather than depending on a cloud backend. The frontend and backend communicate exclusively through Tauri's `invoke` command bridge, with Zustand handling UI-layout state separately from the SQLite-backed entity data.
As of the reviewed v0.1 production candidate (verified on macOS/Apple Silicon), the project reports 44/44 backend tests passing including an end-to-end smoke test. No LICENSE file is present in the repository, so despite being publicly available on GitHub, it currently defaults to standard copyright rather than a formal open-source license.