Python modules for the Agentic AI Engineering course by Towards AI and Decoding ML.
Project description
Agentic AI Engineering Course
Python modules for the Agentic AI Engineering course by Towards AI and Decoding ML.
Installation
pip install agentic-ai-engineering-course
Usage
Environment Utilities
from 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 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 Agentic AI Engineering course materials. For the full course experience, visit the main repository.
Authors
- Paul Iusztin (p.b.iusztin@gmail.com)
- Fabio Chiusano (chiusanofabio94@gmail.com)
- Omar Solano (omarsolano27@gmail.com)
License
Apache License 2.0 - see LICENSE file for details.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentic_ai_engineering_course-0.3.2.tar.gz.
File metadata
- Download URL: agentic_ai_engineering_course-0.3.2.tar.gz
- Upload date:
- Size: 13.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ab7bc35eeb176767921bf180c04a3c5f4a28c305aaf344804211831484d64f1
|
|
| MD5 |
1d4a727dc185653816db8e22bcbbdc97
|
|
| BLAKE2b-256 |
134e1b6138c8246e846f60eb7d5312cc52bd777281bb3b5111f5dc564d5543bb
|
File details
Details for the file agentic_ai_engineering_course-0.3.2-py3-none-any.whl.
File metadata
- Download URL: agentic_ai_engineering_course-0.3.2-py3-none-any.whl
- Upload date:
- Size: 863.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b43d5e35d7741956f4145197ad0d0a843c99c5bbab35eb9b713b639074eb5981
|
|
| MD5 |
d4e17f3c96cf2c2a4d4e297342d691f8
|
|
| BLAKE2b-256 |
0a4411ee6eca2d7d0c55786eb803ac79f589a747b6bc9684920bf1a32a1d1def
|