A Python Automation Library for creating agents
Project description
A high-performance Python Automation Library for creating intelligent AI agents.
Maticlib is a developer-centric library designed to build complex, stateful AI workflows with ease. Whether you need a simple chat completion or a multi-node parallel execution graph, Maticlib provides the primitives to build it with a focus on type safety and performance.
Key Features
- Core Agent Framework: Pure-Python graph workflow engine (
MaticGraph) supporting both stateful and stateless execution. - Unified LLM Integration: Single interface for OpenAI (modern Responses API), Google Gemini, and Mistral AI.
- Complex Orchestration: Built-in support for conditional routing, parallel node execution, and loop prevention.
- Data Integrity: Deep Pydantic integration for standardized response models and type-safe workflow states.
- Advanced Telemetry: Detailed token usage tracking, including modalities and reasoning tokens for newer models.
Documentation
For complete documentation, visit: https://arvohsoft.github.io/maticlib/
Installation
pip install maticlib
Quick Start
from maticlib.llm.openai import OpenAIClient
# Initialize client (uses OPENAI_API_KEY from environment)
client = OpenAIClient()
# Make a request
response = client.complete("Explain quantum computing in one sentence.")
print(client.get_text_response(response))
Roadmap
Core Library
- Google Gemini integration
- Mistral AI integration
- OpenAI Responses API integration
- Graph-based workflow engine
- Parallel node execution
- Automated documentation system
- Anthropic Claude integration
- Streaming support for all providers
Advanced Features
- Unified tool/function calling interface
- Multi-agent collaboration protocols
- MCP (Model Context Protocol) support
- Workflow persistence & checkpointing
Project Leadership
Maticlib is developed and maintained by Arvoh Software.
- Lead Maintainer: Anubroto Ghose
- Organization: Arvoh Software
- Contact: arvohsoft@gmail.com
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file maticlib-0.1.6.tar.gz.
File metadata
- Download URL: maticlib-0.1.6.tar.gz
- Upload date:
- Size: 33.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9269fd6f131900e0aa533189dc80fdda7d9d976ba0e421357f4413e9333857e9
|
|
| MD5 |
7242cadcf57e6e13d83cc50668fd5773
|
|
| BLAKE2b-256 |
2fa653a7efd9b28a0503cf1a5576325f37961a0fbcbf89246c1b0f2a3b86bb0e
|
File details
Details for the file maticlib-0.1.6-py3-none-any.whl.
File metadata
- Download URL: maticlib-0.1.6-py3-none-any.whl
- Upload date:
- Size: 39.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c098192112c4f9461d8a6ef69673c87e2016fadfbe947105611640482676e720
|
|
| MD5 |
32fae6b58268b84c75eef75fc4012cdc
|
|
| BLAKE2b-256 |
ce6ed37d842677fd981cf6c5964598dee0b36f59f7f9bb794e79c7a79ce9cf97
|