-
Notifications
You must be signed in to change notification settings - Fork 247
Description
I have been trying to get started the Credo for a week or so now and have found the experience quite frustrating.
The documentation available: https://credo.js.org/guides/getting-started.
Appears to be out of date and quite sparse. It doesn't actually walk me through the process of creating a new project that uses agents instantiated with Credo.
I then looked at the demo: https://github.com/openwallet-foundation/credo-ts/tree/main/demo
Which works successfully when I run it from within this repo. However, when I try to create my own project that mimics the demo shown here I run into all sorts of issues with dependency mismatches etc.
Are there any starter repo's, or small example projects that use Credo that I could look at?
Should I just be using v0.5 of Credo?
Would be happy to contribute something to make this process easier for folks.
At the moment there doesn't seem to be a good entry point.