Skip to content

Commit ee8804c

Browse files
committed
Create index.ts file in src directory
1 parent 2f32e79 commit ee8804c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)