Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Arc Examples

This directory contains example applications demonstrating various features and capabilities of the Arc framework.

Examples

Main Examples

  1. AgentServer.kt

  2. AgentScriptServer.kt

  3. McpAgent.kt

    • Demonstrates how to connect an Agent to tools hosted on an MCP (Model Control Protocol) server.
    • Uses the "getBooks" tool from the MCP server
    • Requires McpApplication to be running
  4. OllamaAgent.kt

    • Demonstrates how to connect an Agent to the Ollama server (a local LLM server)
  5. OpenAIAgent.kt

    • Demonstrates how to connect an Agent to the OpenAI API.
  6. ContextAgent.kt

    • Demonstrates how to provide Agents with access to external beans / components.