/oaf-agent

tiny, open ai functions based, library to easily add autonomous agent capabilities to your favorite app

Primary LanguageTypeScript

Use

npm package

npm add oaf-agent

Consumer Notes

Examples

oaf-agent-consumer-examples

Debugging

Run the following command from consumer

DEBUG=oaf:* <command to run the script>

Contribute

Setup oaf

npm install

Building oaf

tsc

Test Locally

From the consumer, run...

npm link ../oaf