GenAI Studio
  • Edge AI SDK/GenAI Studio
  • Getting Started
    • About GenAI Studio
    • Quickstart
      • Prerequisite
      • Installation
      • Utilities
    • Feature Overview
      • Inference Chat
      • Fine-tuning
      • Model Management
      • Application
    • Version History
      • Version 1.1
      • Version 1.0
  • Inference
    • Chat Inference
    • AI Agents
  • Finetune
    • Text-to-Text
      • Overview
      • Full Parameter
      • LoRA
    • Text-to-Image (Coming Soon)
    • Dataset Management
    • Schedule
  • Model
    • Model Management
  • Validation
  • Convert
  • Administration
    • Resource Monitoring
  • System Configuration
    • AI Providers
      • LLM Setup
      • Embedder Setup
      • Vector DB
      • Transcription Setup
    • System Administration
      • Users
      • Workspace Chats
      • Invites
      • GPU Resource
      • Register an App
    • Appearance Customization
    • Tools
      • Embedded Chat Widgets
      • Event Logs
      • Security & Access
  • Application
    • Text to Image
    • Background Removal
    • OCR
  • FAQ
    • Technical
Powered by GitBook
On this page
  1. Inference

AI Agents

PreviousChat InferenceNextText-to-Text

Last updated 2 months ago

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: 1: @agent what documents can you see - > LLM will "look" at what are the documents it can see

2: @agent summarize readme.pdf - > LLM will summarize that specific embedded file