Skip to main content

Python modules for the Agentic AI Engineering course.

Project description

Course AI Agents Utils

A collection of utility functions for AI agents development, extracted from the AI Agents course by Towards AI and Decoding ML.

Installation

pip install course-ai-agents-utils

Usage

Environment Utilities

from lessons.utils import load

# Load environment variables from .env file
load()

# Load with custom path and required variables
load(dotenv_path="path/to/.env", required_env_vars=["API_KEY", "SECRET"])

Pretty Print Utilities

from lessons.utils import wrapped, function_call, Color

# Pretty print text with custom formatting
wrapped("Hello World", title="My Message", header_color=Color.BLUE)

# Pretty print function calls
function_call(
    function_call=my_function_call,
    title="Function Execution",
    header_color=Color.GREEN
)

Development

This package is part of the AI Agents course materials. For the full course experience, visit the main repository.

License

Apache License 2.0 - see LICENSE file for details.

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

agentic_ai_engineering_course-0.1.1.tar.gz (8.3 MB view details)

Uploaded Source

Built Distribution

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

agentic_ai_engineering_course-0.1.1-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file agentic_ai_engineering_course-0.1.1.tar.gz.

File metadata

File hashes

Hashes for agentic_ai_engineering_course-0.1.1.tar.gz
Algorithm Hash digest
SHA256 db9bee8c9081b5fb71a8599e3760663f0f1a4c6d9f5ae1144b904af046f2e28e
MD5 21fd886a30e65127e3c3856352dcc3de
BLAKE2b-256 6b82e4357a5027e0d50932004d737db327a10815783e4919fb609141c9d1c773

See more details on using hashes here.

File details

Details for the file agentic_ai_engineering_course-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for agentic_ai_engineering_course-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c9ae8b790b5dfd456eb2a1c5724b5e81cbb6c60197b047ebca1721337dad2ff0
MD5 cfc5beb9993348824b36169096a4964b
BLAKE2b-256 fb23672b0edaa12c00d75b6125e118bc7b6188eb5bfc03e8feefad4818528e71

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