Skip to main content

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


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)

Uploaded Source

Built Distribution

ai_characters-1.6.0-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page