mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
* Format codebase to satisfy linters * fixing pylance and ruff-checked files * contributing md, and type and formatting fixes * setup file capitalization * test fix
1.6 KiB
1.6 KiB
Changelog
All notable changes to this project will be documented in this file.
0.2.0 - 2025-04-24
Added
- Multi‑goal agent architecture with dynamic goal switching (
goal_choose_agent_type,ListAgents,ChangeGoal).- See the architecture guide and setup guide.
- New goal categories & agents: HR PTO scheduling/checking, paycheck integration, Financial (balances, money movement, loan application), E‑commerce order tracking.
- Force Confirmation:
SHOW_CONFIRMwill show a confirmation box before allowing the agent to run a tool. - Grok (
x.ai) LLM provider support viaGROK_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_agentand version bumped to 0.2.0 inpyproject.toml. - Environment variables changed (see
.env_example): (RAPIDAPI_HOST_*,AGENT_GOALdefaults,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.
- This is the agent demoed in the YouTube video.
