We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f32e79 commit ee8804cCopy full SHA for ee8804c
1 file changed
src/index.ts
@@ -0,0 +1,5 @@
1
+export { Agent } from './swarm/agent';
2
+export { WorkerAgent } from './swarm/worker';
3
+export { ScoutAgent } from './swarm/scout';
4
+export { Pheromone } from './core/pheromone';
5
+export { reproductionLoop } from './swarm/reproduce';
0 commit comments