Skip to content

Commit d38aa42

Browse files
authored
fix: correct template filename and remove non-existent testutils directory from docs (#113)
1 parent 0e7203d commit d38aa42

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Agent executes tools → LLM inference → Post-process response → Return Agen
4141
- **agent/**: Agent orchestration - `agent_executors.py` creates LangGraph ReAct agents, `tools.py` defines agent tools, `prompts.py` loads Jinja2 templates
4242
- **server/**: FastAPI app in `fastapi_server.py`, auth, validation, activity tracking
4343
- **onchain/**: Blockchain data layer - `pools/` for DeFi protocol abstraction, `tokens/` for metadata, `portfolio/` for wallet analysis, `analytics/` for metrics
44-
- **templates/**: Jinja2 prompt templates for agents (`analyst_agent.jinja2`, `investor_agent.jinja2`)
44+
- **templates/**: Jinja2 prompt templates for agents (`analytics_agent.jinja2`, `investor_agent.jinja2`)
4545
- **api/api_types.py**: All Pydantic models (Token, Pool, Portfolio, Message types)
4646

4747
### Protocol System

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ server/ # Flask server exposing the API
5555
static/ # Static assets for web interface
5656
templates/ # LLM prompt templates for agent
5757
testclient/ # Client for testing the API
58-
testutils/ # Utility functions for testing
5958
```
6059

6160
### Agents

0 commit comments

Comments
 (0)