data timeout fixes; research agent improvements
This commit is contained in:
@@ -17,14 +17,21 @@ Documents should be in Markdown format with:
|
||||
- Code examples where relevant
|
||||
- Cross-references to other docs
|
||||
|
||||
### Frontmatter Fields
|
||||
|
||||
`description` (required) — One or two sentences describing what the article covers. This is injected into every agent's system prompt as a KB catalog so agents know what to look up without making an extra tool call.
|
||||
|
||||
`tags` (optional) — List of topic tags for categorization.
|
||||
|
||||
### Example with Frontmatter
|
||||
|
||||
```markdown
|
||||
---
|
||||
tags: [trading, risk-management, position-sizing]
|
||||
description: "Patterns for writing custom Python indicator scripts that compute values from OHLCV data and plot live on the chart."
|
||||
tags: [indicators, python, development]
|
||||
---
|
||||
|
||||
# Risk Management
|
||||
# Custom Indicator Development
|
||||
|
||||
Content here...
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user