Strategy
Strategy
This is probably the most complex part, in terms of making it work, and the back end. It has infinite configuration. Currently it only does 1-step of reasoning. Eventually this will get much larger.
Strategy is the step-by-step process the Agent uses to reason, and complete tasks. Every time you send a message to the agent, it takes the message, and decides if it needs to break the request down into further steps. Then it acts on that plan.
Right now you see the option for "Basic". This is just for chatting and the ability to use skills/tools (e.g. web scraper, etc) but eventually it could be like "Microsoft 365 package" "Organization - Slack, notion, Jira, Confluence", etc. etc. With steps on how to do complete tasks.
We have a lot of work done on this, it is just currently not very stable, and will be released with more features in December 2024 or Q1 2025. It only really works with the GPT models this second.
It can get pretty complex, with a lot of dependencies - If you get data type A, then do actions 1,2,3. If you get data type B, do steps 2,4,6. It can be thought of as a work-flow, or work strategy.
Last updated