← All projects

Creator & maintainer

Aigents

Provider-agnostic LLM adapters for Python

2025maintainedoss library

A Python library of adapters for Large Language Models and GPT-style APIs, used to build chatbots and contextual bots with a consistent interface.

Aigents is a Python library that provides a consistent, provider-agnostic interface over Large Language Model and GPT-style APIs. Instead of binding application code to one vendor's SDK, developers use Aigents' adapters to build chatbots and context-aware bots that can switch providers without rewrites. The library exposes a simple asynchronous API, ships adapters across multiple LLM providers, and is designed to be customized and extended. It reflects a recurring theme in Vagner's work: turning the repetitive integration layer of AI products into clean, reusable abstractions.

Highlights

  • Simple async API for building chatbots
  • Adapters across multiple LLM providers
  • Highly customizable and extensible

Stack

  • Python
  • OpenAI / LLM APIs
  • async
Repository