Skip to main content

ChatGPT powered agents, argumented with tools

Project description

Agentia: Ergonomic LLM Agent Augmented with Tools

Getting Started

from agentia import Agent
from typing import Annotated

# Define a tool as a python function
def get_weather(location: Annotated[str, "The city name"]):
    """Get the current weather in a given location"""
    return { "temperature": 72 }

# Create an agent
agent = Agent(tools=[get_weather])

# Run the agent with the tool
response = await agent.chat_completion("What is the weather like in boston?")

print(response)

# Output: The current temperature in Boston is 72°F.

Create an Agent from a Config File

  1. Create a config file at ./alice.toml
[agent]
name = "Alice" # This is the only required field
icon = "👩"
instructions = "You are a helpful assistant"
model = "openai/o3-mini"
plugins = ["calc", "clock", "web"]
  1. In your python code:
agent = Agent.load_from_config("./alice.toml")
  1. Alternatively, start a REPL:
uvx agentia repl alice

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

agentia-0.0.5.tar.gz (47.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentia-0.0.5-py3-none-any.whl (61.9 kB view details)

Uploaded Python 3

File details

Details for the file agentia-0.0.5.tar.gz.

File metadata

  • Download URL: agentia-0.0.5.tar.gz
  • Upload date:
  • Size: 47.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.14

File hashes

Hashes for agentia-0.0.5.tar.gz
Algorithm Hash digest
SHA256 caa7a92be101b12b4d2f0dc8387fe9042455242f1e9c356cf8ee75e3dbd30c9c
MD5 b00806d8ed7411d8b0295998e28d10d3
BLAKE2b-256 725786375aeb1a591d5876647ba999a39095480a9f3feba865367ec9e8d86b14

See more details on using hashes here.

File details

Details for the file agentia-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: agentia-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 61.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.14

File hashes

Hashes for agentia-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 668138a83bf67341ca94f43be7cf113e8d8613d486b28648fedaf6b457d9fc93
MD5 1c9bf5dd4e55e61dcb5e55a70d86c4b0
BLAKE2b-256 f44d987fda1871e64f6e3b944e61c97b715a0f66df111a77bddacb28d4ee9f4e

See more details on using hashes here.

Supported by

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