Skip to content

Releases: Dhwanil25/Agentis

v0.3.0 — Agent Flow, Timeline & Token Tracking

24 Mar 23:56
cac6841

Choose a tag to compare

What's new in v0.3.0

⬡ Agent Flow View

  • Hexagonal agent nodes with role-based color coding
  • Quadratic bezier curved edges with animated particle flow
  • Live thought bubbles — active agents show real-time output snippets on the canvas
  • Token progress bars under each agent node
  • Tool call diamonds for web search, LLM calls, and browser actions

📊 Timeline Panel

  • Horizontal timeline showing every agent's start/end as a color-coded bar
  • Tool call markers overlaid per agent track (web search, LLM, browser)
  • Live elapsed time counter for active agents

💰 Token & Cost Tracking

  • Per-agent real token counts captured from Anthropic SSE usage events (message_start / message_delta)
  • Cost estimation using live model pricing table
  • Header metrics bar showing total tokens and estimated session cost (~$X.XXX) live

🔧 Fixes

  • Claude PR review workflow — added actions/checkout step, github_token, and id-token: write permission

Known limitations

  • Token tracking only works for Anthropic providers in this release. Support for OpenAI, Google, Groq, and others is tracked in #14.

v0.2.0

22 Mar 23:10

Choose a tag to compare

What's new in v0.2.0

  • Multi-agent universe with live 3D visualization
  • 12 LLM providers running simultaneously
  • Browser agent — navigate real websites for live data
  • Persistent chat history across follow-up questions
  • Provider auto-failover — silent switch when a provider goes down
  • Browser agent toggle — opt-in per task, off by default
  • Smart model tier selection per agent complexity