Skip to main content

No project description provided

Project description

autologie

Python repository to build and work with function calling AI Agents.

To use the package, first clone the repository:

git clone git@github.com:srikantjyrmn/autologie-prod.git

Move into the directory, then activate the poetry environment:

poetry shell
poetry install

Start the Interface

python3 -m autologie.interface

Use the package (refer to examples)

from autologie import AgentClient
from autologie.agent_configs import omniscience, character_agent, function_calling_agent

chat_agent = AgentClient(**omniscience)
json_agent = AgentClient(**character_agent)
function_calling_agent = AgentClient(**function_calling_agent)

Pyreverse Classes and packages

classes packages

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

autologie-0.1.0.tar.gz (49.4 kB view hashes)

Uploaded Source

Built Distribution

autologie-0.1.0-py3-none-any.whl (63.4 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