Releases: superagentxai/superagentx
v1.0.8
What's Changed
- Agent orchestrator by @RaghavPrabhu in #125
- Router intelligent updates by @Balamurugan355 in #126
Full Changelog: v1.0.6.9...v1.0.8
v1.0.6.9
What's Changed
- superagentx generator code updated by @Balamurugan355 in #124
- Latest docs by @VetharupiniSankar in #122
Full Changelog: v1.0.6.7...v1.0.6.9
v1.0.6.7
What's Changed
- docs updated by @VetharupiniSankar in #121
- Generate by @Balamurugan355 in #123
Full Changelog: 1.0.6...v1.0.6.7
v1.0.6.1
What's Changed
- Readme updates by @PrabhuRaghav in #119
- Opentelemetry by @RaghavPrabhu in #120
New Contributors
- @PrabhuRaghav made their first contribution in #119
Full Changelog: v1.0.5.1...v1.0.6.1
v1.06
What's Changed
- Readme updates by @PrabhuRaghav in #119
- Opentelemetry by @RaghavPrabhu in #120
New Contributors
- @PrabhuRaghav made their first contribution in #119
Full Changelog: v1.0.5.1...1.0.6
v1.0.5.1
What's Changed
- Hitl console updates by @RaghavPrabhu in #118
- Fixed Agent Database Connection close issue
Full Changelog: v1.0.5...v1.0.5.1
v1.0.5
What's Changed
- browser updated by @S-Syed-Shek-Mohamed in #114
- task engine's content attached in pre_result by @Balamurugan355 in #115
- Ai handler by @VetharupiniSankar in #113
- Added Openapi hanlder by @ElangohubR in #117
- Human approval Feature by @RaghavPrabhu in #116
New Contributors
- @S-Syed-Shek-Mohamed made their first contribution in #114
- @VetharupiniSankar made their first contribution in #113
- @ElangohubR made their first contribution in #117
Full Changelog: 1.0.3.1...v1.0.5
v1.0.3.1
- Task Agent
- Cli Changes
1.0.2
Merge pull request #107 from superagentxai/env-update Env update for Azure and Bedrock
1.0.1
Introduces async status callback hooks with pipe/agent context throughout Agent, Engine, and AgentXPipe, fixes token API naming and MCP stdio session handling, updates CLI generation, tests, and bumps version.
Core (Agent/Engine/Pipe):
Add async status_callback hooks with events (e.g., agent_execute_start, agent_llm_execute, agent_iteration_complete, agent_goal_satisfied, pipe_flow_start/end, errors) and context (pipe_id, agent_id, agent, conversation_id).
Thread pipe_id/agent metadata through engine start and goal verification.
Simplify goal verification (remove token-count gate) and add robust retry/error callbacks.
MCP Handler:
Simplify stdio connection (no temp file), create ClientSession via stdio_client, ensure session initialized and cleaned up.
LLM:
Fix async token API name (account_tokens -> correctly delegated to client); LiteLLM/OpenAI paths aligned.
Utils:
Add StatusCallback type and _maybe_await; expose ptype_to_json_scheme usage; minor whitespace cleanup.
Tests:
Update tests to pass status_callback, adjust models, add LiteLLM/OpenAI test tweaks.
What's Changed
- Litellm Support by @RaghavPrabhu in #103
- Litellm & Agents Callback Support by @RaghavPrabhu in #104
- Azure GPT 5 compatabile temprature settings updated for Browser Engine by @RaghavPrabhu in #105
Full Changelog: 0.1.18.17...1.0.1