Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harvester - Farm LLM Tools #79

Open
6 tasks
isontheline opened this issue Jun 15, 2024 · 0 comments
Open
6 tasks

Harvester - Farm LLM Tools #79

isontheline opened this issue Jun 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@isontheline
Copy link
Collaborator

isontheline commented Jun 15, 2024

Harvesters are Farm LLM Tools

Custom / Graphical made Tool

  • Using a "node / graph" framework

Farm Tool OpenAPI Client

API Clients as a Tool for LLMs. If a LLM needs to call a Tool to reply the user then a Harvester is used on a Farm.

Image

Like:

classDiagram
  FarmEntity : +UUID uuid
  FarmEntity : +String name
  FarmEntity : +String raagIdentifier
  FarmEntity : +[UUID] silos
  FarmEntity : +[UUID] harvesters

  Harvester Entity : +UUID uuid
  Harvester Entity : +String name
  Harvester Entity : +String openApiSpecs

  FarmEntity .. HarvesterEntity
Loading
@isontheline isontheline added the enhancement New feature or request label Jun 15, 2024
@amengus87 amengus87 changed the title Silo as API Client Silo/Farm Tool API Client (OpenAPI) Jul 26, 2024
@amengus87 amengus87 changed the title Silo/Farm Tool API Client (OpenAPI) Harvester (Farm Tool OpenAPI Client) Jul 26, 2024
@isontheline isontheline changed the title Harvester (Farm Tool OpenAPI Client) Harvester - LLM Tools Oct 6, 2024
@isontheline isontheline changed the title Harvester - LLM Tools Harvester - Farm LLM Tools Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant