agent-task-executor/__init__.py
zhukang 7514326279 refactor: improve package structure
- 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
2025-01-14 20:54:19 +08:00

7 lines
127 B
Python

"""Agent Task Executor
A flexible task execution framework that uses LLMs (Large Language Models).
"""
__version__ = "0.1.0"