-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding notice * Removed wrong notice * Adding analytics view * Updated readme * removed view --------- Co-authored-by: Thejas N U <[email protected]>
- Loading branch information
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,8 @@ The mono-repo for the Couchbase Agent Catalog project. | |
git clone [email protected]:couchbaselabs/agent-catalog.git | ||
``` | ||
|
||
3. You are now ready to install the Agent Catalog package! | ||
3. You are now ready to install the Agent Catalog package! We recommend using Anaconda to create a virtual environment | ||
for your project to ensure no global dependencies interfere with the project. | ||
Using your project's Python environment, execute the following command to install a local package with `pip`: | ||
|
||
```bash | ||
|
@@ -45,6 +46,11 @@ The mono-repo for the Couchbase Agent Catalog project. | |
# Install the agentc package. | ||
pip install libs/agentc | ||
``` | ||
If you are interested in developing with langchain, also install `agentc_langchain` by running the following: | ||
|
||
```bash | ||
pip install libs/agentc_langchain | ||
``` | ||
|
||
If you are interested in building a ``.whl`` file (for later use in ``.whl``-based installs), use :command:`poetry` | ||
directly: | ||
|
@@ -107,12 +113,12 @@ Commands: | |
execute Search and execute a specific tool. | ||
find Find items from the catalog based on a natural language QUERY string or by name. | ||
index Walk the source directory trees (SOURCE_DIRS) to index source files into the local catalog. | ||
ls List all tools or prompts in the catalog. | ||
publish Upload the local catalog to a Couchbase instance. | ||
ls List all indexed tools and/or prompts in the catalog. | ||
publish Upload the local catalog and/or logs to a Couchbase instance. | ||
status Show the status of the local catalog. | ||
version Show the current version of agentc. | ||
|
||
See: https://docs.couchbase.com for more information. | ||
See: https://docs.couchbase.com or https://couchbaselabs.github.io/agent-catalog/index.html# for more information. | ||
``` | ||
|
||
If you see the output above, you are all set! Head on over to our [docs](https://couchbaselabs.github.io/agent-catalog/) or our [templates](templates) to start | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters