AI Agents
AI Agents
Agents are essentially Large Language Models (LLMs) that can interact with various tools. We're actively working on
expanding customization options in this area. While all agents share the same set of tools across different workspaces,
they operate within the specific workspace where they were invoked using the '@agent
' command. To initiate an agent
session, navigate to any workspace and type '@agent
'. To exit the session, simply type 'exit
'. Agents possess the
capability to scrape websites, list and summarize your documents, search the web, create charts, and even save files
to your desktop or their own memory.
Examples:
@agent
what documents can you see - > LLM will "look" at what are the documents it can see.@agent
summarize readme.pdf - > LLM will summarize that specific embedded file.