Skip to content
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

Merged
merged 4 commits into from
Sep 24, 2024

Conversation

arjun-krishna1
Copy link
Contributor

@arjun-krishna1 arjun-krishna1 commented Sep 23, 2024

  • Point broken architecture links to new directories
  • Point broken sample app links to point to sample apps repo

@arjun-krishna1
Copy link
Contributor Author

#3


### 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.
Copy link
Contributor Author

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.
Copy link
Contributor Author

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

@chrislott chrislott changed the base branch from main to develop September 24, 2024 15:10
@chrislott chrislott merged commit 273bf64 into 8090-inc:develop Sep 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants