Client for AI Characters
Project description
YourPackageName
AICharacters (AIC) is a Python client library for service AICharacters that stores different AI characters, mostly tailored for use with Crew AI. It includes functionality to download character configurations from the service, validate them against a predefined schema, and utilize these characters in various contexts.
Features
- Download AI character configurations.
- Validate AI character JSON data against a schema.
- Deserialize AI character data into Python objects for easy manipulation.
Installation
To install AIC, simply use pip:
pip install ai-characters
Usage
Here is a basic example of how to use aic:
from aic import load_character
character_id = "datetime"
character = load_character(character_id)
print(character.backstory)
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 ai_characters-1.6.0.tar.gz.
File metadata
- Download URL: ai_characters-1.6.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0bf716ede4e9483c9c3a9608bb24927849527ba1d52fc0b6be3f969779e6f28e
|
|
| MD5 |
5d90ba8c92c6da7217ed86be29f93e47
|
|
| BLAKE2b-256 |
897c2c62274300457eca350786cdaa0a65752faa4a0edee88d71e6b56f52ddba
|
File details
Details for the file ai_characters-1.6.0-py3-none-any.whl.
File metadata
- Download URL: ai_characters-1.6.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23ef456837c542da33467185325a2777eaeaf1a35c97e0f316320ccc0e5ba7bb
|
|
| MD5 |
00bd80fbc3c5766fecb56d3c10de0b75
|
|
| BLAKE2b-256 |
2a649f3fff09b535bf02740eadd8c30dd781136b8349694dc1d72341fbaa51a5
|