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
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
autologie-0.1.0.tar.gz
(49.4 kB
view details)
Built Distribution
autologie-0.1.0-py3-none-any.whl
(63.4 kB
view details)
File details
Details for the file autologie-0.1.0.tar.gz
.
File metadata
- Download URL: autologie-0.1.0.tar.gz
- Upload date:
- Size: 49.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef6f49129c89dd4b0976dd6b95f50557b11218eee02a710614af4fe29fff125f |
|
MD5 | 3bc5c407f7675fe368f147346f8ecbc2 |
|
BLAKE2b-256 | 27c12bf3816af586f3c31aa5f7ec6a8455dce471a01e3555fd949f7ff112310d |
File details
Details for the file autologie-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: autologie-0.1.0-py3-none-any.whl
- Upload date:
- Size: 63.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71f829caa32a4fd4faa844c5b7a598ca86a6d318ab0bf4d807b4c02edab1f724 |
|
MD5 | 5a4bd79cd99e0f3c90f5fedf0080c8cc |
|
BLAKE2b-256 | f118ebde4e746162056d3924f9fe09f67790f3e4e0e466d40aee8b0745aba120 |