Skip to content

Intro and a few questions #175

Discussion options

You must be logged in to vote

An agent is an entity that has the ability to take actions within an Environment.

This project is using gpt-4/gpt-3.5 as the reasoning for an agent within the swarm via the Assistant API https://platform.openai.com/docs/assistants/overview.
The Assistant API is basically a structured way of giving the gpt models a persona, as well as providing them with a list of resources they are able to access, either text documents or function calls they can retrieve information from that are present within the calling script.

A single assistant has the ability to be used in multiple context windows at the same time via the Threads construct https://platform.openai.com/docs/assistants/how-it-works/man…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Tokoyuma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants