Commit Graph

  • 5f627cae5b make readme not bland develop Alex O'Connell 2026-01-04 10:29:37 -05:00
  • a281da3098 Merge branch 'main' into develop Alex O'Connell 2026-01-04 10:06:28 -05:00
  • 529a72a1bb Merge pull request #338 from acon96/release/v0.4.6 v0.4.6 main Alex O'Connell 2026-01-04 10:03:51 -05:00
  • 77fd4b63bb readme/localization fixes release/v0.4.6 Alex O'Connell 2026-01-04 10:03:00 -05:00
  • 0c6b0d229a Release v0.4.6 Alex O'Connell 2026-01-04 09:48:38 -05:00
  • 67de000326 todo cleanup Alex O'Connell 2026-01-04 09:46:33 -05:00
  • 136a25f91b code cleanup to remove explicit constant name references to openai and anthropic Alex O'Connell 2026-01-04 09:10:29 -05:00
  • 35f8a337da Merge pull request #334 from Thomas-Busch-Waterloo/feature/anthropic-backend Alex O'Connell 2026-01-04 08:35:33 -05:00
  • 59dbed0994 Merge pull request #337 from evschlenz/annotate_dataset_generation_scripts Alex O'Connell 2026-01-04 08:34:24 -05:00
  • f96ded3abb Annotate generate_system_prompt Evian Schlenz 2025-12-31 01:48:47 +01:00
  • 5a3d37c56a Annotate format_example_sharegpt Evian Schlenz 2025-12-31 01:48:44 +01:00
  • 5ceff59c65 move PileOfTypes to utils Evian Schlenz 2025-12-31 01:35:36 +01:00
  • 242655af84 annotate random vars and small funcs Evian Schlenz 2025-12-31 01:21:27 +01:00
  • c1b5d912d2 Annotate generate_random_parameter and get_random_response Evian Schlenz 2025-12-31 01:12:22 +01:00
  • b3df3d5346 correctly type example generation functions Evian Schlenz 2025-12-31 00:58:22 +01:00
  • 44b296e6df correctly type get_random_state Evian Schlenz 2025-12-31 00:57:12 +01:00
  • 80669b6522 Rename pile types to not confuse with other type classes Evian Schlenz 2025-12-30 23:51:27 +01:00
  • c26ef953c6 Do not use mutable objects as default Evian Schlenz 2025-12-30 23:47:54 +01:00
  • b955897c18 make TypedDict types for piles Evian Schlenz 2025-12-30 18:31:47 +01:00
  • ec741fdf6b Simplify backend label to 'Anthropic API' Thomas 2025-12-29 22:54:07 -05:00
  • 489c1fa1e0 Address PR feedback for Anthropic backend Thomas 2025-12-29 22:43:53 -05:00
  • 202bc4aade Remove debug logging Thomas 2025-12-28 23:15:45 -05:00
  • 1c8f50e5f0 Fix: merge entry.data with options so API key and base_url are available Thomas 2025-12-28 23:08:03 -05:00
  • c00e357b33 Add debug logging for model fetching Thomas 2025-12-28 23:07:14 -05:00
  • fd0a1d4926 Fetch available models from API for compatible endpoints Thomas 2025-12-28 23:03:30 -05:00
  • 55248216b6 Fix auth headers for z.ai - remove Bearer prefix Thomas 2025-12-28 22:59:32 -05:00
  • 21b71d86a7 Fix auth for compatible APIs - use both Bearer and x-api-key headers Thomas 2025-12-28 22:48:14 -05:00
  • c90676e081 Add Bearer auth header for Anthropic-compatible APIs Thomas 2025-12-28 22:43:36 -05:00
  • 738671d6b8 Add better error logging for Anthropic connection validation Thomas 2025-12-28 22:38:12 -05:00
  • 3c2257d9a6 Fix blocking SSL call by creating Anthropic client in executor Thomas 2025-12-28 22:23:40 -05:00
  • e84e4c21f8 Add Anthropic API backend support Thomas 2025-12-28 21:51:23 -05:00
  • 831ef9bfca clean up training guide Alex O'Connell 2025-12-23 21:03:07 -05:00
  • 1a8c2e6152 Merge pull request #328 from acon96/feature/dataset-new-apis Alex O'Connell 2025-12-23 21:01:06 -05:00
  • 12ba6d649d clean up readme and add new model Alex O'Connell 2025-12-21 23:03:44 -05:00
  • 1811a907f7 manually set roles to train on Alex O'Connell 2025-12-21 22:09:18 -05:00
  • cf01fd29ae synthesize new data, update training job/configs Alex O'Connell 2025-12-21 14:14:31 -05:00
  • 4407aefdf5 more synthesizing scenarios + clean up example formatting Alex O'Connell 2025-12-21 13:31:43 -05:00
  • ecf9586b5a chore: localize new dataset piles copilot-swe-agent[bot] 2025-12-21 04:32:25 +00:00
  • 6e667b17cc fix: address dataset generation review feedback copilot-swe-agent[bot] 2025-12-21 04:28:33 +00:00
  • eee2a6ed11 feat: add failure and refusal dataset examples copilot-swe-agent[bot] 2025-12-21 04:26:09 +00:00
  • 3846057bb2 Initial plan copilot-swe-agent[bot] 2025-12-21 04:13:16 +00:00
  • ee5d8c4a67 clean up training folder + update TODO Alex O'Connell 2025-12-20 23:10:00 -05:00
  • 0b776c0a23 add defaults for functiongemma Alex O'Connell 2025-12-20 22:41:26 -05:00
  • 0e4031ef43 wire up options to support functiongemma properly Alex O'Connell 2025-12-20 22:25:03 -05:00
  • 29d839eea8 mostly working gemma implementation Alex O'Connell 2025-12-20 20:29:09 -05:00
  • 672a9de65c extract tool calls from multiple keys Alex O'Connell 2025-12-20 18:07:27 -05:00
  • ee2d2e7640 lets try functiongemma instead Alex O'Connell 2025-12-20 10:24:08 -05:00
  • 04e9bc1ee6 Merge branch 'develop' into feature/dataset-new-apis Alex O'Connell 2025-12-14 20:43:52 -05:00
  • c8e0945264 Merge branch 'main' into develop Alex O'Connell 2025-12-14 20:23:47 -05:00
  • 8e68227971 Merge pull request #326 from acon96/release/v0.4.5 v0.4.5 Alex O'Connell 2025-12-14 20:23:27 -05:00
  • 3b159178fb review code release/v0.4.5 Alex O'Connell 2025-12-14 20:22:17 -05:00
  • f87800a200 Release v0.4.5 Alex O'Connell 2025-12-14 18:29:43 -05:00
  • a351c103ff refine error retry loop Alex O'Connell 2025-12-14 18:24:26 -05:00
  • f5fe6b36e3 make ai tasks more usable Alex O'Connell 2025-12-14 12:35:41 -05:00
  • 1f078d0a41 working ai task entities Alex O'Connell 2025-12-14 10:34:21 -05:00
  • b547da286f support structured ouput for AI tasks Alex O'Connell 2025-12-14 01:31:39 -05:00
  • 6010bdf26c rewrite tests from scratch Alex O'Connell 2025-12-14 01:07:23 -05:00
  • c8a5b30e5b clean up tool response extraction Alex O'Connell 2025-12-14 00:32:18 -05:00
  • b89a0b44b6 support multiple LLM APIs at once Alex O'Connell 2025-12-13 19:03:58 -05:00
  • 5f48b403d4 Use the ollama python client to better handle compatability Alex O'Connell 2025-12-13 18:26:04 -05:00
  • edc09c40e7 add imatrix quants and k8s training job Alex O'Connell 2025-12-13 18:25:17 -05:00
  • dac9973cb5 reformat response piles to include confirmation and conclusion Alex O'Connell 2025-12-07 17:28:38 -05:00
  • 55f254149a start re-working training to use axlotl instead of the custom script Alex O'Connell 2025-11-30 22:29:08 -05:00
  • 04a5909214 organize training notebook Alex O'Connell 2025-11-30 16:24:39 -05:00
  • 0833fe6f0b enable flash attention Alex O'Connell 2025-11-30 16:06:53 -05:00
  • d352d88fd2 allow setting prompt more generically Alex O'Connell 2025-11-30 15:59:20 -05:00
  • 9f51dd0e94 more training updates Alex O'Connell 2025-11-30 15:31:58 -05:00
  • 1a5445e68a tweak notebook Alex O'Connell 2025-11-30 14:52:29 -05:00
  • d6c943e020 add gemma 270 to training notebook Alex O'Connell 2025-11-30 14:13:30 -05:00
  • 25b6ddfd0c fix dev requirements Alex O'Connell 2025-11-30 14:10:55 -05:00
  • f12b016b51 gate startup to prevent loading of broken config entries Alex O'Connell 2025-11-30 14:09:25 -05:00
  • 61140713d7 refactor dataset generation code + add new synthesis script Alex O'Connell 2025-11-27 22:19:38 -05:00
  • 753a990a98 add new names Alex O'Connell 2025-11-26 22:08:33 -05:00
  • 14640bd14b finish implementing alternate dataset generation mode Alex O'Connell 2025-11-26 22:01:08 -05:00
  • 07507ee5f5 more fixes Alex O'Connell 2025-11-26 19:09:09 -05:00
  • a16523f9e5 start re-writing dataset generation to use the new HA Assist API Alex O'Connell 2025-11-26 19:08:46 -05:00
  • 00cc5a4b57 Merge branch 'main' into develop Alex O'Connell 2025-11-22 09:43:06 -05:00
  • f011f0d564 Merge pull request #321 from acon96/release/v0.4.4 v0.4.4 Alex O'Connell 2025-11-22 09:42:21 -05:00
  • 8d62b52f0f Release v0.4.4 Alex O'Connell 2025-11-22 09:40:39 -05:00
  • d07c0d73a3 always pass tool variables to prompt Alex O'Connell 2025-11-22 09:25:23 -05:00
  • 84594a8062 Merge pull request #320 from sypticus/develop Alex O'Connell 2025-11-17 22:16:37 -05:00
  • 0b91769baf Ensuring tool_calls in deltas dict is not None eddie 2025-11-16 19:57:54 -07:00
  • 7b9f8df0a4 Removed extra version segement from OpenAI API call eddie 2025-11-16 19:51:41 -07:00
  • b27d3c1494 Merge branch 'main' into develop Alex O'Connell 2025-11-02 13:00:43 -05:00
  • a3cd30054b Merge pull request #315 from acon96/release/v0.4.3 v0.4.3 Alex O'Connell 2025-11-02 12:59:28 -05:00
  • 08d3c6d2ee Release v0.4.3 release/v0.4.3 Alex O'Connell 2025-11-02 12:58:36 -05:00
  • 03989e37b5 add initial implementation for ai task entities Alex O'Connell 2025-10-26 21:47:23 -04:00
  • ca6050b6d5 Merge pull request #312 from mad3max3/develop Alex O'Connell 2025-10-26 21:41:59 -04:00
  • 0ac4c3afcf Fix config_flow set of model_config Oscar 2025-10-26 19:56:10 +01:00
  • 4b071647a9 refresh backend options documentation Alex O'Connell 2025-10-25 23:48:59 -04:00
  • 2f9181ab37 update TODO Alex O'Connell 2025-10-25 23:33:59 -04:00
  • ce2b2d84b2 Merge branch 'main' into develop Alex O'Connell 2025-10-25 23:22:18 -04:00
  • 8759b01739 Merge pull request #311 from acon96/release/v0.4.2 v0.4.2 Alex O'Connell 2025-10-25 23:22:01 -04:00
  • 4c678726d4 Release v0.4.2 release/v0.4.2 Alex O'Connell 2025-10-25 23:17:29 -04:00
  • 5429d72aee setup page tweaks Alex O'Connell 2025-10-25 23:08:31 -04:00
  • 0206673303 use qwen3 instead of mistral as ollama example Alex O'Connell 2025-10-25 22:57:19 -04:00
  • 050a539f72 fix issue with model default value detection, fix model tool usage with home-llm api, and add better descriptions for certain settings Alex O'Connell 2025-10-25 22:42:47 -04:00
  • f50997d1a3 properly clear llm API when updating settings Alex O'Connell 2025-10-23 21:22:33 -04:00
  • 455ad3f3d2 Merge pull request #306 from syn-nick/develop Alex O'Connell 2025-10-23 21:20:18 -04:00
  • 1f258515c3 Merge pull request #307 from loopy321/develop Alex O'Connell 2025-10-23 21:19:54 -04:00