mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-06-03 05:27:40 -04:00
* feat(runtime): start and ship the local agent * refactor: gate local agent behind feature flag * chore: skip agent manager if flag is false * fix: hot reload agents * test: fix config tests
26 lines
280 B
Plaintext
26 lines
280 B
Plaintext
**
|
|
|
|
!bun.lock
|
|
!package.json
|
|
!.gitignore
|
|
|
|
!**/package.json
|
|
!**/bun.lock
|
|
!**/tsconfig.json
|
|
!**/vite.config.ts
|
|
!**/components.json
|
|
|
|
!app/**
|
|
!apps/agent/**
|
|
!packages/**
|
|
!public/**
|
|
|
|
# License files and attributions
|
|
!LICENSE
|
|
!NOTICES.md
|
|
!LICENSES/**
|
|
|
|
node_modules/**
|
|
dist/**
|
|
.output/**
|