Completed the documentation update and removed the completed roadmap
This commit is contained in:
@@ -20,8 +20,8 @@ When `--config <path>` is provided, that file is required.
|
||||
## Minimal App Config
|
||||
|
||||
```yaml
|
||||
prompt_dir: ./prompts
|
||||
profile_dir: ./profiles
|
||||
prompt_dir: ./examples/prompts
|
||||
profile_dir: ./examples/profiles
|
||||
```
|
||||
|
||||
This is enough to use `run` and `render` when prompt/profile files are valid.
|
||||
@@ -200,14 +200,14 @@ Supported artifact reference types for request inputs are `file` and `inline`.
|
||||
## Maintained Examples
|
||||
|
||||
- App config: `examples/config.yml`
|
||||
- Prompt examples: `prompts/`
|
||||
- Profile examples: `profiles/`
|
||||
- Schema examples: `schemas/`
|
||||
- Prompt examples: `examples/prompts/`
|
||||
- Profile examples: `examples/profiles/`
|
||||
- Schema examples: `examples/schemas/`
|
||||
- Input fixtures: `examples/fixtures/`
|
||||
- Render example script: `examples/render-markdown-summary.sh`
|
||||
- HTTP request example: `examples/http-run.json`
|
||||
|
||||
## Integration References
|
||||
|
||||
- Inbound HTTP contract: `docs/integrations/http-api.md`
|
||||
- Outbound OpenAI-compatible contract: `docs/integrations/openai-compatible-chat.md`
|
||||
- [Inbound HTTP contract](integrations/http-api.md)
|
||||
- [Outbound OpenAI-compatible contract](integrations/openai-compatible-chat.md)
|
||||
|
||||
Reference in New Issue
Block a user