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)
Release files for ai-characters 1.6.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ai_characters-1.6.0.tar.gz | 4.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ai_characters-1.6.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.3 kB
Release files / ai_characters-1.6.0.tar.gz
| Download URL | ai_characters-1.6.0.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0bf716ede4e9483c9c3a9608bb24927849527ba1d52fc0b6be3f969779e6f28e
|
|
BLAKE2b-256 checksum How to use checksums |
897c2c62274300457eca350786cdaa0a65752faa4a0edee88d71e6b56f52ddba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|
Release files / ai_characters-1.6.0-py3-none-any.whl
| Download URL | ai_characters-1.6.0-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
23ef456837c542da33467185325a2777eaeaf1a35c97e0f316320ccc0e5ba7bb
|
|
BLAKE2b-256 checksum How to use checksums |
2a649f3fff09b535bf02740eadd8c30dd781136b8349694dc1d72341fbaa51a5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|