- Update import paths to use full package name - Add package __init__.py - Update pyproject.toml with correct dependencies and tools - Configure pytest, black, and isort
7 lines
127 B
Python
7 lines
127 B
Python
"""Agent Task Executor
|
|
|
|
A flexible task execution framework that uses LLMs (Large Language Models).
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|