You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHubβs verified signature.
[1.1.0b1] - 2026-05-29
Added
AI Agent Builder β configure LLM providers, build agents, manage prompts, attach tools, and inspect every invocation from the Panel UI (#556)
Multi-Provider Support β connect Anthropic and OpenAI; store and validate API credentials securely; enable/disable providers and individual models independently; set monthly spend budgets with automatic enforcement
Agent Builder β create reusable agents with provider, model, system prompt, and tools; automatic tool loop; structured (JSON) output support; test agents directly from the Panel
Prompt Management β named prompts with {{variable}} templates, full version history, promote any version to active without code changes
Tool System β define tools with a @tool decorator in your app module; sync to Panel with one click; JSON Schema generated automatically; every tool call logged with inputs, outputs, duration, and status
File Attachments β attach files to agent runs from Django model fields, uploads, raw bytes, or public URLs
Agent Memory β session-scoped memory across multiple interactions via session_id
Invocation Logs β every LLM call logged with tokens, cost, status, and full prompt snapshot; multi-round runs grouped under a single run_id; filter by date, status, agent, or provider
Cost Tracking β per-call cost computed for all providers including Anthropic cache pricing; monthly spend tracked per provider