agAdvisor / src /__init__.py
tirtho149's picture
Deploy AgAdvisor
b30f068 verified
Raw
History Blame Contribute Delete
230 Bytes
"""
Agentic AI System
A comprehensive system for natural language query processing,
API matching, and intelligent task execution with self-critique capabilities.
"""
__version__ = "0.1.0"
__author__ = "Agentic AI Team"