Skip to content

Latest commit

 

History

History

agent-simple

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

agent-simple

This is a simple example of an agent using OpenAI LLM for answering user messages. This agent has no proper support for multiple sessions handling.

This is a good example in case you want to create some agent with LLM integration. For a more complete example, refer to agent-extended.

Run

Copy sample.env to .env and fill in the required values.

Then run this agent with the following commands:

devbox shell
poetry install --no-root && poetry run python agent.py