Metadata-Version: 2.3
Name: aiteamwork
Version: 0.22.2
Summary: A framework to build complex AI agents and workflows. Designed to be simple, modular, scalable, testable and debuggable!
License: MIT
Keywords: ai,workflow,agent,framework,aiteamwork
Author: João Victor
Author-email: <aiteamwork@joaovictor.com>
Requires-Python: >=3.13
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Flake8
Classifier: Framework :: Jupyter
Classifier: Framework :: Pydantic
Classifier: Framework :: Pytest
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: aiohttp (>=3.11.11)
Requires-Dist: pydantic (>=2.10.5)
Description-Content-Type: text/markdown

# AITeamWork

A Python project initialized with Poetry.

Follow the prompts to configure your project. You can accept the default values or customize them as needed.

### Step 3: Create a basic project structure
Create a basic project structure with the following files:


This file is generated by the `poetry init` command and contains the project configuration.


Create a README file to describe your project.

