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
ai_characters-1.6.0.tar.gz
(4.4 kB
view hashes)
Built Distribution
Close
Hashes for ai_characters-1.6.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23ef456837c542da33467185325a2777eaeaf1a35c97e0f316320ccc0e5ba7bb |
|
MD5 | 00bd80fbc3c5766fecb56d3c10de0b75 |
|
BLAKE2b-256 | 2a649f3fff09b535bf02740eadd8c30dd781136b8349694dc1d72341fbaa51a5 |