Architecture Search Kit
Automatically discover better agent architectures through search and evaluation.
0/5 complete
Configuration
Search Progress
Architectures
48
Best Score
94%
Search Time
2.3h
Generate populationCreate 48 architecture candidates800ms
Benchmark candidatesEvaluate against test suite2000ms
Select eliteKeep top 3 performers300ms
Crossover & mutateGenerate next generation600ms
Promote championBest architecture: 94% score400ms
Integration Code
import { createArchitectureSearch } from 'agent-tools-kit/evolution'
const search = createArchitectureSearch({ method: 'evolutionary' })
const best = await search.run({ generations: 50 })