A FastAPI-first AI agent toolkit with AG-UI protocol support for building modern streaming AI applications.
Project description
YAI Nexus AgentKit
A Python toolkit for building AI applications with multi-LLM support and extensible architecture.
Installation
pip install -e ".[all]"
Usage
from yai_nexus_agentkit import create_llm, OpenAIModel
config = {
"provider": "openai",
"model": OpenAIModel.GPT_4O.value,
"api_key": "sk-..."
}
llm = create_llm(config)
response = llm.invoke("Hello, world!")
For more details, see the main project documentation.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yai_nexus_agentkit-0.3.7.tar.gz
(30.2 kB
view details)
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 yai_nexus_agentkit-0.3.7.tar.gz.
File metadata
- Download URL: yai_nexus_agentkit-0.3.7.tar.gz
- Upload date:
- Size: 30.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1b1d7fd0ab61903fac65af5204f156f2c4cdc2af1de23c88f8e7339764f4ac8
|
|
| MD5 |
de5a4991ab220fa35bb5bbaca5b00deb
|
|
| BLAKE2b-256 |
d6af6392c01e816149a6644422f152fc0e7f782b84bb4a32da08acc47d597c20
|
File details
Details for the file yai_nexus_agentkit-0.3.7-py3-none-any.whl.
File metadata
- Download URL: yai_nexus_agentkit-0.3.7-py3-none-any.whl
- Upload date:
- Size: 32.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac0d940b945c07a5b2bfdd4b04072d7cb620c926fdf85fd7e73f27d41ca91875
|
|
| MD5 |
e867f4a7217f8280afd697f816aacfe0
|
|
| BLAKE2b-256 |
058daef7b5563a66648225c027e2182adc9bc27a1bd8be736a263ec41902ce98
|