qulab-infinite / agent_lab /__init__.py
workofarttattoo's picture
πŸš€ QuLab MCP Server: Complete Experiment Taxonomy Deployment
91994bf
raw
history blame contribute delete
292 Bytes
#!/usr/bin/env python3
"""
Copyright (c) 2025 Joshua Hendricks Cole (DBA: Corporation of Light). All Rights Reserved. PATENT PENDING.
Agent Lab Module
"""
# Import main components
try:
from .agent_lab import *
except ImportError:
pass
__all__ = ["agent_lab"]
__version__ = "1.0.0"