mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-13 17:22:37 +02:00
Add agents with custom swarm implementation
This commit is contained in:
parent
24c4f6e552
commit
a19dedd59f
35 changed files with 3413 additions and 0 deletions
4
apps/agents/src/swarm/__init__.py
Normal file
4
apps/agents/src/swarm/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from .core import Swarm
|
||||
from .types import Agent, Response
|
||||
|
||||
__all__ = ["Swarm", "Agent", "Response"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue