Assistant
What is an Assistant?
Assistant is user interface that can be used to interact with the agent. It takes user query, analyze it, and decide which agent to use to perform the task. Assistant itself can run multiple steps to achieve the goal without user's intervention.
Available agents
Agent provided by ReByte team
- Internet Search Agent: can refine user query and search the internet to find the answer.
- Browser Agent: can open a browser to retrieve information from any website.
- File Agent: can parse external files and extract information from them.
Agent built by your team
Could be any agent built by your team.
Code Sandbox
Assistant can choose to write and run arbitrary python code in sandbox, such as data analysis, data visualization, or numerical computation.