Commit Graph

66 Commits

Author SHA1 Message Date
a16f66cbc7 Enforce fs source containment 2026-07-05 00:10:47 +00:00
f3c21c7d9f Remove stale domain run metadata 2026-07-04 23:39:40 +00:00
bc5f5d3731 Share validator mode handling 2026-07-04 23:38:45 +00:00
93a76f1d36 Share YAML catalog helpers 2026-07-04 23:37:07 +00:00
5c882f26a9 Restrict HTTP file artifact inputs 2026-07-04 23:34:44 +00:00
8b25ca72e5 Stop mutating supplied HTTP clients 2026-07-04 23:11:26 +00:00
fa02791fe9 Split prompt and profile load errors 2026-07-04 23:09:23 +00:00
d60ef66f53 Implement a library profile API and built-in profile docs 2026-07-04 17:23:34 -05:00
6f91603168 Add public asset source options 2026-07-04 17:02:09 +00:00
3ad247039b Add request API key support 2026-07-04 16:55:01 +00:00
32e2433628 Add built-in profile repository wiring 2026-07-04 16:48:18 +00:00
712c6b92b8 Add profile repository foundations 2026-07-04 16:41:28 +00:00
23872dd742 Implement runtime parameter completion fixes
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
2026-07-04 09:00:19 -05:00
b38f7b4dc3 Serialize runtime extra parameters outbound 2026-07-04 13:26:53 +00:00
0512995931 Allow JSON-compatible extra params 2026-07-04 13:24:27 +00:00
049a5feadb Make request execution overrides presence-aware 2026-07-04 13:20:39 +00:00
63fb8fc132 Implement support for OpenRouter sticky routing via a session_id variable 2026-07-02 20:08:44 -05:00
5dcb3cd4fc Expose cache usage in adapters 2026-07-02 23:07:57 +00:00
efe346893c Serialize cache-controlled chat messages 2026-07-02 23:05:56 +00:00
c95d6fcfec Preserve cache control in rendered prompts 2026-07-02 23:03:50 +00:00
0badb4364d Add prompt cache control loading 2026-07-02 23:00:43 +00:00
bc099a31ad Finish cleanup roadmap follow-through
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
2026-05-26 11:05:08 -05:00
8d8024099f Complete final cleanup verification and align unsupported artifact test naming 2026-05-26 13:23:45 +00:00
18792fd8d1 Remove unsupported S3 artifact reference placeholder 2026-05-26 13:21:52 +00:00
8860aa033c Reduce CLI test fixture duplication with local setup helpers 2026-05-26 13:20:07 +00:00
3ca14d8b6e Add regression test for JSON schema load failure during prepare 2026-05-26 13:16:26 +00:00
099e9c4a3e Use stable usecase sentinels for HTTP invalid-request mapping 2026-05-26 13:14:57 +00:00
cfe6b9408a Refactor CLI command wiring with shared settings and runner helpers 2026-05-26 13:12:34 +00:00
6ececc749f Centralize YAML catalog scanning for prompt and profile repositories 2026-05-26 13:10:09 +00:00
79901fbb86 Refine execution target mapping helpers and coverage across usecase, HTTP, and LLM 2026-05-26 13:07:35 +00:00
c6c5e3cb69 Added support for the service_tier key in profiles 2026-05-26 07:44:49 -05:00
3f4fd230b9 Implemented support for loading configuration from nested subdirectories 2026-05-26 07:36:10 -05:00
2091b58066 Completed the documentation update and removed the completed roadmap 2026-05-26 07:15:36 -05:00
77134c3c78 Rationalized the default configuration file path and updated documentation
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
2026-05-14 20:48:12 -05:00
f3e8c960af Added support for OpenAI-compatible structured output 2026-05-08 07:32:54 -05:00
8677f7947d Stabilize application config support 2026-05-06 16:51:36 +00:00
7be543a541 Allow CLI paths to come from config 2026-05-06 16:48:35 +00:00
0fca5611d6 Wire config loading into CLI setup 2026-05-06 16:46:33 +00:00
2a40dc1030 Add application config loading 2026-05-06 16:42:27 +00:00
03cdd2416e Updated documentation and tests to reflect the new render command 2026-05-06 15:59:22 +00:00
ea27763320 Add scriptorium render command with shared run/request parsing and text/json prepared output 2026-05-06 15:20:22 +00:00
5328f04f6d Add modular PreparedRun text/json formatters with role-grouped text output and secret-safety tests 2026-05-06 15:15:52 +00:00
44056d7b8f Add Runner.Prepare and refactor Runner.Run to reuse pre-LLM prepare flow 2026-05-06 15:12:58 +00:00
48c06218dc Add PreparedRun model and render formatters (text/json) with tests 2026-05-06 14:27:38 +00:00
bf058a046e Documentation cleanup and bugfixes 2026-05-05 20:01:45 -05:00
ddb4254124 Centralize remaining runtime constants and add precedence/default fallback coverage 2026-05-05 11:01:44 -05:00
d82bcd0581 Migrate repo fixtures to separated prompts/ and execution profiles/ with file-backed prompt templates 2026-05-05 10:58:22 -05:00
6142bd88ee Refactor http adapter to enforce strict run request JSON, expand prompt/profile error mapping, and harden api_key handling 2026-05-05 10:54:35 -05:00
e66763f2a7 Split prompt/profile dirs, adopt --prompt/--profile flags, and add override/selection integration tests 2026-05-05 10:49:33 -05:00
8818796b8b Refactor: separate prompt/profile run resolution with explicit precedence, centralized defaults, and api_key_env validation 2026-05-05 10:44:56 -05:00