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"
|