Skip to content

Commit

Permalink
add doc: #992
Browse files Browse the repository at this point in the history
  • Loading branch information
gschmutz committed Jan 2, 2025
1 parent 22dc2a9 commit c02f72b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions documentation/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ The Modern Data Platform version 1.18.0 contains the following bug fixes and enh
* Git Web
* LangWatch
* LangEvals
* Agent Zero

### New/Updated Cookbook Recipes

Expand Down
3 changes: 3 additions & 0 deletions documentation/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,9 @@ For each service there might be some other settings, such as controlling the num
| [**_CrewAI Studio_**](./services/crewai-studio.md)     ![x86-64](./images/x86-64.png) | | | | | |
| `CREWAI_STUDIO_enable` | `false` | 1.18.0 | Generate CrewAI Studio service | | |
| `CREWAI_STUDIO_agentops_enabled` | `false` | 1.18.0 | Enable integration with [AgentOps](https://www.agentops.ai/) observability. You need to specify the api key using the `PLATYS_CREWAI_STUDIO_AGENTOPS_API_KEY` environment variable. | | |
| [**_Agent Zero_**](./services/agent-zero.md)     ![x86-64](./images/x86-64.png) | | | | | |
| `AGENT_ZERO_enable` | `false` | 1.18.0 | Generate Agent Zero service | | |
| `AGENT_ZERO_volume_map_data` | `false` | 1.18.0 | Volume map the data folder into Agent Zero. | | |
| [**_Flowise_**](./services/flowise.md)     ![x86-64](./images/x86-64.png) | | | | | |
| `FLOWISE_enable` | `false` | 1.17.0 | Generate Flowise service | | |
| `FLOWISE_volume_map_data` | `false` | 1.17.0 | Volume map the data folder into flowise. | | |
Expand Down
16 changes: 16 additions & 0 deletions documentation/services/agent-zero.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Agent Zero

A personal, organic agentic framework that grows and learns with you.

**[Website](https://github.com/frdel/agent-zero)** | **[Documentation](https://github.com/frdel/agent-zero/blob/main/docs/README.md)** | **[GitHub](https://github.com/frdel/agent-zero)**

## How to enable?

```
platys init --enable-services AGENT_ZERO
platys gen
```

## How to use it?

Navigate to <http://dataplatform:28418>.

0 comments on commit c02f72b

Please sign in to comment.