Version 1.0 — Foundation Build
Ava Platform
Modular agentic AI artist management. Persistent memory, configuration-driven workflows, model-agnostic reasoning, and multi-interface architecture.
0
Artists Registered
0
Active Workflows
0
Workflows Complete
Claude S4
Model Provider
Component Status
V1 foundation build — 8 of 10 components live
Authorization GatewayScope-enforced auth context. Every data access requires a validated AuthContext.
LiveMemory Engine — Tier 1 (Raw Source)Verbatim message storage. Append-only, permanent. The artist's career record starts here.
LiveMemory Engine — Tier 2 (Extracted Knowledge)AI interpretation of raw sources. Confidence-scored. Never auto-promoted to Tier 3.
LiveMemory Engine — Tier 3 (Verified Facts)Reached only via deliberate admin/document action. Requires facts.promote scope.
LiveWorkflow EngineConfiguration-driven. WF-000 seeded. Criteria evaluated against live profile data.
LiveAva Reasoning LayerSense-Reflect-Act cycle. Model-agnostic via IModelProvider. Claude Sonnet 4 active.
LiveSlack AdapterSignature-verified webhook at /api/slack/events. Maps channels → artists.
LiveArtist Setup APIPOST /api/ava/setup — registers artists, maps integration channels, sends first greeting.
LiveAdmin DashboardFull profile viewer, memory browser, workflow progress UI.
Pending ConfigVoice TranscriptionAudio message → transcript → memory pipeline.
Pending ConfigRegistered Artists
Loading…
Getting Started
1Add SLACK_BOT_TOKEN and SLACK_SIGNING_SECRET environment variables
2Add AVA_ADMIN_SECRET for setup endpoint authentication
3POST to /api/ava/setup with displayName, platform: "slack", and the Slack channel ID for each artist
4Point your Slack App Events webhook to /api/slack/events
5Ava will send a greeting to each channel and begin Workflow 000 automatically