QUICK START#
Install using pip
Basic Usage#
emp_agents
is a lightweight framework that abstracts the tools integrations and apis for multiple popular LLM providers. In order to use, you should make an account with openai or claude and setup your environment variables to use these API keys:
# setup an openai api key
export OPENAI_API_KEY="sk-..."
# or use anthropic
export ANTHROPIC_API_KEY="sk-..."
...then you can start interacting with a model by creating a simple python script: