diff --git a/documentation/changes.md b/documentation/changes.md index c6017d6f..10f30a69 100644 --- a/documentation/changes.md +++ b/documentation/changes.md @@ -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 diff --git a/documentation/configuration.md b/documentation/configuration.md index e138cb33..80f335d9 100644 --- a/documentation/configuration.md +++ b/documentation/configuration.md @@ -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. | | | diff --git a/documentation/services/agent-zero.md b/documentation/services/agent-zero.md new file mode 100644 index 00000000..be178a27 --- /dev/null +++ b/documentation/services/agent-zero.md @@ -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 .