Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
10 lines
329 B
Python
10 lines
329 B
Python
from app.services.agent_runtime.hermes_runtime import HermesRuntimeAdapter, hermes_runtime_adapter
|
|
from app.services.agent_runtime.jarvis_runtime import JarvisRuntimeAdapter, jarvis_runtime_adapter
|
|
|
|
__all__ = [
|
|
"HermesRuntimeAdapter",
|
|
"hermes_runtime_adapter",
|
|
"JarvisRuntimeAdapter",
|
|
"jarvis_runtime_adapter",
|
|
]
|