mono/packages/vfs/ref/di
2025-02-23 19:13:41 +01:00
..
core esm init registry | vfs | discourse 2025-02-23 19:13:41 +01:00
extra esm init registry | vfs | discourse 2025-02-23 19:13:41 +01:00
agent.spec.ts esm init registry | vfs | discourse 2025-02-23 19:13:41 +01:00
agent.ts esm init registry | vfs | discourse 2025-02-23 19:13:41 +01:00
domain.spec.ts esm init registry | vfs | discourse 2025-02-23 19:13:41 +01:00
domain.ts esm init registry | vfs | discourse 2025-02-23 19:13:41 +01:00
index.ts esm init registry | vfs | discourse 2025-02-23 19:13:41 +01:00
README.md esm init registry | vfs | discourse 2025-02-23 19:13:41 +01:00

Agent Framework for TypeScript

Aha, I got you

This is a new experimental library which bring Agent Framework into TypeScript world.

Required to add --experimentalDecorators option to tsc or update tsconfig.json

{
  "compilerOptions": {
    "experimentalDecorators": true
  }
}

Known Issue

We can not intercept the method call inside class constructor