mirror of
https://github.com/flakestorm/flakestorm.git
synced 2026-04-25 00:36:54 +02:00
Implement flexible HTTP agent adapter with request templates and connection guides - Add request_template, response_path, method, query_params, and parse_structured_input to AgentConfig - Implement structured input parser for key-value extraction from golden prompts - Implement template engine with variable substitution for {prompt} and {field_name} - Implement response extractor supporting JSONPath and dot notation - Update HTTPAgentAdapter to support all HTTP methods (GET, POST, PUT, PATCH, DELETE) - Add comprehensive connection guide explaining localhost vs public endpoints - Update documentation with examples for TypeScript/JavaScript developers - Add tests for all new features
This commit is contained in:
parent
050204ef42
commit
859566ee59
10 changed files with 1839 additions and 31 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -110,6 +110,7 @@ docs/*
|
|||
# Now un-ignore the specific files we want to track
|
||||
!docs/USAGE_GUIDE.md
|
||||
!docs/CONFIGURATION_GUIDE.md
|
||||
!docs/CONNECTION_GUIDE.md
|
||||
!docs/TEST_SCENARIOS.md
|
||||
!docs/MODULES.md
|
||||
!docs/DEVELOPER_FAQ.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue