mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 22:48:09 +01:00
Enhance Dev Experience and Code Quality (#41)
* Format codebase to satisfy linters * fixing pylance and ruff-checked files * contributing md, and type and formatting fixes * setup file capitalization * test fix
This commit is contained in:
committed by
GitHub
parent
e35181b5ad
commit
eb06cf5c8d
@@ -8,12 +8,12 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
### Added
|
||||
- **Multi‑goal agent architecture** with dynamic goal switching (`goal_choose_agent_type`, `ListAgents`, `ChangeGoal`).
|
||||
- See [the architecture guide](./architecture.md) and [setup guide](./setup.md).
|
||||
- See [the architecture guide](./architecture.md) and [setup guide](./SETUP.md).
|
||||
- **New goal categories & agents**: HR PTO scheduling/checking, paycheck integration, Financial (balances, money movement, loan application), E‑commerce order tracking.
|
||||
- See [the guide for adding goals and tools](./adding-goals-and-tools.md).
|
||||
- **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.
|
||||
- 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.
|
||||
|
||||
Reference in New Issue
Block a user