mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-06-15 15:24:06 +00:00
6 lines
183 B
Python
6 lines
183 B
Python
"""Compatibility exports for WebUI-attached MCP preset annotations."""
|
|
|
|
from nanobot.agent.tools.mcp import runtime_lines, session_extra
|
|
|
|
__all__ = ["runtime_lines", "session_extra"]
|