aviz85 / aviz-bot

A comprehensive solution for creating, deploying, and maintaining chatbots across various platforms.
0 stars 0 forks source link

create new bot that work like "state machine" #3

Open aviz85 opened 4 days ago

aviz85 commented 4 days ago

learn from omnibot how to use function call in order to change the prompt I need to build an engine so I can in the future give some scenario how to move from agent to agent and it implemented by function call

each agent has:

  1. his own llm (gpt/claude/grok etc..)
  2. his own "system prompt"
  3. a goal, and set of conditions whether it can move to another agent and which in every condition (make an array of condition and id of next agent)
  4. tools, list of object that define which tools the agent have (RAG is also tool) think by yourself how to make it the best way @mentatbot can you take it
mentatbot[bot] commented 4 days ago

I will start working on this issue