- updates to pyproject.toml to add contributors and update some pytest config

- updates to documentation - clarification cleanup
- defaulting to finserv goals
This commit is contained in:
Joshua Smith
2025-04-24 12:37:16 -04:00
parent 47c4b99f2c
commit 7ef10e2481
9 changed files with 66 additions and 40 deletions

View File

@@ -1,5 +1,6 @@
# Customizing the Agent
The agent is set up to allow for multiple goals and to switch back to choosing a new goal at the end of every successful goal. A goal is made up of a list of tools that the agent will guide the user through.
The agent is set up to have multiple agents, each with their own goal. It supports switching back to choosing a new goal at the end of every successful goal (or even mid-goal).
A goal is made up of a list of tools that the agent will guide the user through.
It may be helpful to review the [architecture](./architecture.md) for a guide and definition of goals, tools, etc.