Get started with Agenite in minutes
First, install Agenite’s core packages:
Then install your preferred LLM provider:
For AWS Bedrock, make sure you have AWS credentials configured. For Ollama, ensure you have it installed and running locally.
Tools are the building blocks that give your agent abilities to perform tasks. While we’ll start with a simple calculator example below, you can build much more meaningful tools like:
Let’s start with a basic example:
When you run the code above, you’ll see nicely formatted output in your console thanks to the prettyLogger:
The pretty logger is handy for debugging, but you can use any logger you want and or not use it at all.
Learn about agents, tools, and providers in depth
Explore more complex examples and use cases