Files
temporal-ai-agent/CHANGELOG.md
Steve Androulakis edb7df5b3c 0.2.0 changelog
2025-04-28 09:16:34 -07:00

1.6 KiB
Raw Blame History

Changelog

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

0.2.0 - 2025-04-24

0.2.0 Changes Screenshot

Added

  • Multigoal 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), Ecommerce 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.