/oaf-agent-consumer-examples

playground for testing oaf library, agent problem solving and prompting techniques

Primary LanguageTypeScript

Setup oaf-agent-consumer-examples

npm install

To run hex_adds example

npx ts-node src/hex_adds/index.ts

To run an example in debug mode

DEBUG=oaf:* npx ts-node src/hex_adds/index.ts

Examples