Skip to content

Releases: superagentxai/superagentx

v1.0.8

26 Mar 13:12
c200442

Choose a tag to compare

What's Changed

Full Changelog: v1.0.6.9...v1.0.8

v1.0.6.9

06 Mar 09:57
64cf446

Choose a tag to compare

What's Changed

Full Changelog: v1.0.6.7...v1.0.6.9

v1.0.6.7

27 Feb 07:35
72f2202

Choose a tag to compare

What's Changed

Full Changelog: 1.0.6...v1.0.6.7

v1.0.6.1

12 Feb 05:17
ad80703

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.5.1...v1.0.6.1

v1.06

06 Feb 14:46
ad80703

Choose a tag to compare

v1.06 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.5.1...1.0.6

v1.0.5.1

24 Jan 14:52
e2dc851

Choose a tag to compare

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

21 Jan 08:25
db61be3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.3.1...v1.0.5

v1.0.3.1

24 Dec 10:38

Choose a tag to compare

  • Task Agent
  • Cli Changes

1.0.2

26 Nov 10:43
e6cc194

Choose a tag to compare

Merge pull request #107 from superagentxai/env-update

Env update for Azure and Bedrock

1.0.1

25 Nov 11:45
6eabfff

Choose a tag to compare

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

Full Changelog: 0.1.18.17...1.0.1