Skip to content

Releases: temporal-community/temporal-ai-agent

0.4.1

17 Jun 15:42
c2785b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0

09 Jun 23:42
5d55a9f
Compare
Choose a tag to compare

Model Context Protocol (MCP) Support

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0

04 Jun 17:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

28 Apr 16:49
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.2.0] - 2025-04-24

Commits

  • (Everything prior, as this is the first "official" release)

0.2.0 Changes Screenshot

Added

  • Multi‑goal agent architecture with dynamic goal switching (goal_choose_agent_type, ListAgents, ChangeGoal).
  • New goal categories & agents: HR PTO scheduling/checking, paycheck integration, Financial (balances, money movement, loan application), E‑commerce order tracking.
  • Force Confirmation: SHOW_CONFIRM will show a confirmation box before allowing the agent to run a tool.
  • Grok (x.ai) LLM provider support via GROK_API_KEY.
  • Extensive docs: setup.md, architecture.md, architecture-decisions.md, adding-goals-and-tools.md, plus new diagrams & assets.

Changed

  • UI Confirmation Box is less 'debug' looking and prettier.
  • Package renamed to temporal_AI_agent and version bumped to 0.2.0 in pyproject.toml.
  • Environment variables changed (see .env_example): (RAPIDAPI_HOST_*, AGENT_GOAL defaults, GOAL_CATEGORIES, SHOW_CONFIRM, FIN_START_REAL_WORKFLOW).

[0.1.0] - 2025-01-04

Added

  • Initial release of the Temporal AI Agent demo.
  • Single goal agent architecture with a single goal and agent type.