You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploy the [ingestion service](./docker-compose.yml)in your infrastructure and configure it to use your S3-compatible object store.
173
+
Deploy the ingestion service together with a S3-compatibe store in your infrastructure - [docker-compose.yml](./docker-compose.yml)provides a template for local deployment.
171
174
172
175
For production deployments, replace all example credentials, use TLS, and give the ingestion service and CLI only the object-storage permissions they require.
173
176
177
+
> Coming soon: templates for your favorite Cloud provider: AWS, Google Cloud and Azure.
178
+
179
+
### Add Coding Agent
180
+
181
+
AgentPond includes a skill giving a coding agent the capability to use the CLI, understand the DuckDB schema, install tracing, and guidance for trace analysis. Install it with the open `skills` CLI:
182
+
183
+
```sh
184
+
npx skills add marcusschiesser/agentpond
185
+
```
186
+
174
187
## Configuration
175
188
176
189
The ingestion service and CLI use the following environment variables:
0 commit comments