The main interface for interacting with language models through chat completions. Provides a flexible and minimal API for handling conversations, function calling, and structured outputs.
Agentics was born from a desire to simplify LLM interactions in Python. The existing landscape often requires verbose boilerplate:
When my goal in mind was to be able to simply do llm("Hello!"), with that desired interface is how I started building Agentics, this:
I built this to make working with OpenAI's LLMs easier. It handles structured outputs and function calling without any fuss. Right now it only works with OpenAI, but it makes common LLM tasks way simpler.