Development toolkit for building AgentSystems agents
Project description
AgentSystems Toolkit
[!NOTE] Pre-Release Software - AgentSystems is in active development. Join our Discord for updates and early access. ⭐ Star the main repository to show your support!
This is the development toolkit for AgentSystems. See the main repository for platform overview and documentation.
Development toolkit for building AgentSystems agents with model routing, progress tracking, and agent framework integration.
Features
- Model Routing: Abstract model layer supporting OpenAI, Anthropic, AWS Bedrock, Ollama
- Progress Tracking: Progress reporting utilities for long-running tasks
- LangChain Integration: Pre-configured providers with credential management
Installation
pip install agentsystems-toolkit
Quick Start
from agentsystems_toolkit import get_model
# Get a model - automatically routes to configured provider
model = get_model("claude-sonnet-4", "langchain", temperature=0)
# Use with any LangChain workflow
response = model.invoke("Hello, world!")
License
Licensed under the Apache-2.0 license.
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 agentsystems_toolkit-0.2.1.tar.gz.
File metadata
- Download URL: agentsystems_toolkit-0.2.1.tar.gz
- Upload date:
- Size: 133.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51c79055a95ade6b8187203cb2649df6cfea17ad09b885323d8d44f037e05fa1
|
|
| MD5 |
ca3e4ac587c57707a2e402dd3a2ac5ae
|
|
| BLAKE2b-256 |
a0e8a06432ef2a8ac59fab5cd6204163eeca288e674b362858e3cfcb5ba1669e
|
File details
Details for the file agentsystems_toolkit-0.2.1-py3-none-any.whl.
File metadata
- Download URL: agentsystems_toolkit-0.2.1-py3-none-any.whl
- Upload date:
- Size: 140.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18048284f94a425497e4190a9f8456fc27756119735074232fe3e6facdbed0cb
|
|
| MD5 |
886e685f0dfb4b2b6939f09cf4afd314
|
|
| BLAKE2b-256 |
ac9a3091b70a8389f7f5e89938ac1c7413ce8dca270ffa24cab95133250d9e1f
|