mirror of
https://github.com/aljazceru/enclava.git
synced 2026-01-13 12:44:49 +01:00
10 lines
172 B
Python
10 lines
172 B
Python
"""
|
|
Agent Module
|
|
|
|
Pre-configured AI agents with custom tool sets and prompts.
|
|
"""
|
|
|
|
from .main import AgentModule, create_module
|
|
|
|
__all__ = ["AgentModule", "create_module"]
|