Releases: temporal-community/temporal-ai-agent
Releases · temporal-community/temporal-ai-agent
0.4.1
What's Changed
- Mcp enhancements by @steveandroulakis in #43
- [Bug fix] Update API to use proper query by @MasonEgger in #44
Full Changelog: 0.4.0...0.4.1
0.4.0
Model Context Protocol (MCP) Support
What's Changed
- Model Context Protocol (MCP) support with new use case by @steveandroulakis in #42
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- relocking Poetry lock file to align with pyproject.toml by @MasonEgger in #32
- Docker setup by @steveandroulakis in #34
- Review dallastexas92 nostripekey by @steveandroulakis in #35
- Jonymusky litellm integration by @steveandroulakis in #36
- Use mock football data if no key by @steveandroulakis in #37
- todo list by @steveandroulakis in #38
- fix(setup): add stripe to Python dep by @kawofong in #39
- Temporal tests by @steveandroulakis in #40
- Enhance Dev Experience and Code Quality by @steveandroulakis in #41
New Contributors
- @MasonEgger made their first contribution in #32
- @kawofong made their first contribution in #39
Full Changelog: 0.2.0...0.3.0
0.2.0
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)
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_CONFIRM
will 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_agent
and version bumped to 0.2.0 inpyproject.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.
- This is the agent demoed in the YouTube video.