mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 15:29:36 +00:00
6 lines
92 B
Python
6 lines
92 B
Python
"""Core agents package."""
|
|
|
|
from core.agents.base import BaseAgent
|
|
|
|
__all__ = ["BaseAgent"]
|