Skip to content

Commit

Permalink
adding more botdojo content
Browse files Browse the repository at this point in the history
  • Loading branch information
ptorru authored Aug 23, 2024
1 parent d97fb24 commit 8046f08
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
Binary file added fern/docs/assets/images/botdojo/bd-build.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fern/docs/assets/images/botdojo/bd-eval-fail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fern/docs/assets/images/botdojo/bd-eval-pass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fern/docs/assets/images/botdojo/bd-trace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 17 additions & 3 deletions fern/docs/integrations/botdojo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ slug: integrations/botdojo
## Introduction

BotDojo is a low-code platform that harmonizes design, testing, and observability, enabling a more integrated and powerful AI-first development environment.

With BotDojo, you can rapidly prototype, test, and iterate on your AI applications, and deploy them with confidence.

## Using OctoAI and BotDojo
Expand All @@ -17,8 +18,21 @@ and reliable performance within a comfortable low-code environment.

You can use BotDojo's robust tools to design, test, and deploy your AI applications, already integrated with OctoAI's Text and Embedding endpoints.

### Learn with our resources
### BotDojo for Building agents
With BotDojo it is easy to create agents powered by any of the models available in OctoAI.
![](../assets/images/botdojo/bd-build.png)

### BotDojo for Evaluating agents
BotDojo makes it easy to evaluate the performance of agents that use OctoAI's LLM endpoints:
![](../assets/images/botdojo/bd-eval-fail.png)
![](../assets/images/botdojo/bd-eval-pass.png)


### BotDojo for Tracing conversations
BotDojo provides convenient tracing to ease debugging:
![](../assets/images/botdojo/bd-trace.png)

- [Learn how to use the OctoAI Text and Embedding API](https://octo.ai/docs/text-gen-solution/getting-started)
- [Learn how to use BotDojo](https://docs.botdojo.com/docs/learn/use-case/)

## Learn with our shared resources
- Learn how to use LLMs and Embedding APIs with OctoAI's [documentation](https://octo.ai/docs/text-gen-solution/getting-started).
- Learn how to build agents, trace, and evaluate with BotDojo's [documentation](https://docs.botdojo.com/docs/learn/use-case/).

0 comments on commit 8046f08

Please sign in to comment.