refactor(agent-loop): simplify message machine

This commit is contained in:
_Kerman
2026-07-30 13:49:57 +08:00
parent d554ae3019
commit f2e20c1ef0
212 changed files with 1326 additions and 2382 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { defineConfig } from 'tsdown'
/** Build the package root and optional invariant companion as independent bundles. */
/** Build the package root and companions as independent bundles. */
export default defineConfig([
{
entry: ['lib/types/index.js'],