-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix links in README 404'ing #5
Fix links in README 404'ing #5
Conversation
arjun-krishna1
commented
Sep 23, 2024
•
edited
Loading
edited
- Point broken architecture links to new directories
- Point broken sample app links to point to sample apps repo
|
||
### Template Agent | ||
|
||
For developers looking to create their own reasoning agents, we provide a [template-agent](./reasoning/template-agent). This serves as a starting point for developing new reasoning agents within the xRx framework, offering a basic structure that can be easily customized and extended. | ||
For developers looking to create their own reasoning agents, we provide a [template-agent](https://github.com/8090-inc/xrx-sample-apps/tree/develop/simple-app). This serves as a starting point for developing new reasoning agents within the xRx framework, offering a basic structure that can be easily customized and extended. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't find a template-agent in the sample apps or in the core directory.
I've pointed this 404 link to the simple agent as well
@@ -156,7 +156,7 @@ GROQ_STT_API_KEY="<your groq api key>" | |||
|
|||
### How To Run with a Simple Agent | |||
|
|||
1. Create a `.env` file with content at the root (`./`) See [env.quickstart](config/env-examples/env.quickstart) for an example of what this environment file should look like. | |||
1. Create a `.env` file with content at the root (`./`) See [env.quickstart](https://github.com/8090-inc/xrx-sample-apps/blob/develop/simple-app/env-example.txt) for an example of what this environment file should look like. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't find an env.quickstart in the core or sample apps directory
Pointed this 404 link to the simple agent's env file