Commit graph

536 commits

Author SHA1 Message Date
Adil Hafeez
8d83b394ec
Update workflow name for clarity 2025-10-02 18:48:48 -07:00
Adil Hafeez
60118e1853
Update README.md 2025-10-02 17:55:47 -07:00
Adil Hafeez
9c05eaa3d7
Add LLM_GATEWAY_ENDPOINT environment variable info 2025-10-01 10:41:26 -07:00
Adil Hafeez
5f03c1fe69 publish gh image 2025-09-30 22:48:17 -07:00
Adil Hafeez
89bc8047e5
remove gh change 2025-09-30 19:08:29 -07:00
Adil Hafeez
d588e3da98
Merge branch 'main' into adil/agent_format 2025-09-30 19:07:49 -07:00
Adil Hafeez
f4d65e2469
stream access logs and improve access log format (#581) 2025-09-30 18:46:13 -07:00
Adil Hafeez
43fceffd93
remove proxy-wasm integration tests (#580)
We have coverage in e2e tests.
2025-09-30 18:15:18 -07:00
Adil Hafeez
94d57804d7
more fixes 2025-09-30 15:27:30 -07:00
Adil Hafeez
3b672e798c
more changes 2025-09-30 15:01:06 -07:00
Adil Hafeez
027f54a43f
fix tool tests 2025-09-30 13:59:55 -07:00
Adil Hafeez
34251b5a97
fix arch_config format test 2025-09-30 13:50:52 -07:00
Adil Hafeez
cd563c2706
release 0.3.15 (#579) 2025-09-30 13:44:11 -07:00
Salman Paracha
045a5e9751
adding support for moonshot and z-ai (#578)
* adding support for moonshot and z-ai

* Revert unwanted changes to arch_config.yaml

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
2025-09-30 12:24:06 -07:00
Adil Hafeez
f721ec71f9
don't publish to gh on pr 2025-09-30 12:19:21 -07:00
Adil Hafeez
92a8782332
add support for model_providers 2025-09-30 12:18:29 -07:00
Adil Hafeez
2cebc0c85f
Merge branch 'main' into adil/agent_format 2025-09-30 11:39:34 -07:00
Adil Hafeez
0acd2a9a5e
more changes 2025-09-30 10:47:54 -07:00
Adil Hafeez
7df1b8cdb0
release 0.3.14 (#577) 2025-09-29 23:11:43 -07:00
Salman Paracha
cf23aefddd
fixing README for claude code and adding a helper script to show model selection (#576)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
2025-09-29 21:20:52 -07:00
Salman Paracha
f00870dccb
adding support for claude code routing (#575)
* fixed for claude code routing. first commit

* removing redundant enum tags for cache_control

* making sure that claude code can run via the archgw cli

* fixing broken config

* adding a README.md and updated the cli to use more of our defined patterns for params

* fixed config.yaml

* minor fixes to make sure PR is clean. Ready to ship

* adding claude-sonnet-4-5 to the config

* fixes based on PR

* fixed alias for README

* fixed 400 error handling tests, now that we write temperature to 1.0 for GPT-5

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-257.local>
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
2025-09-29 19:23:08 -07:00
Adil Hafeez
eeea7bb171 Merge branch 'main' into adil/agent_format 2025-09-25 17:01:30 -07:00
Salman Paracha
03c2cf6f0d
fixed changes related to max_tokens and processing http error codes like 400 properly (#574)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-257.local>
2025-09-25 17:00:37 -07:00
Adil Hafeez
090f613583 update dockerfile to tail logs on console 2025-09-25 14:14:55 -07:00
Adil Hafeez
4d5d7e13d0 update port 2025-09-25 13:17:01 -07:00
Adil Hafeez
ebc0ff48f2
Update GitHub Actions workflow for ARM64 build 2025-09-25 11:18:11 -07:00
Adil Hafeez
519cfdfe5c
publish docker image 2025-09-24 16:06:40 -07:00
Adil Hafeez
1cd5bb4235
introduce agent that would respond to the user 2025-09-23 17:35:57 -07:00
Adil Hafeez
6dd99a6c05
some more changes 2025-09-23 10:19:05 -07:00
Adil Hafeez
a4722eae93
Update Docker push workflow to remove pull_request trigger
Removed pull_request trigger from Docker push workflow.
2025-09-23 10:12:52 -07:00
Adil Hafeez
be33311002
add ollama fix 2025-09-22 15:25:52 -07:00
Adil Hafeez
ed0772fdd0
fix tests 2025-09-22 15:00:30 -07:00
Adil Hafeez
b69a3d5bad
add more changes 2025-09-22 14:48:43 -07:00
Adil Hafeez
4f31edfaf5
more changes 2025-09-22 14:46:33 -07:00
Adil Hafeez
ac68e802d8
Merge branch 'main' into adil/agent_format 2025-09-22 14:39:06 -07:00
Adil Hafeez
7ce8d44d8e
release 0.3.13 (#572) 2025-09-19 11:26:49 -07:00
Salman Paracha
fbe82351c0
Salmanap/fix docs new providers model alias (#571)
* fixed docs and added ollama as a first-class LLM provider

* matching the LLM routing section on the README.md to the docs

* updated the section on preference-based routing

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-167.local>
2025-09-19 10:19:57 -07:00
Salman Paracha
8d0b468345
draft commit to add support for xAI, TogehterAI, AzureOpenAI (#570)
* draft commit to add support for xAI, LambdaAI, TogehterAI, AzureOpenAI

* fixing failing tests and updating rederend config file

* Update arch_config_with_aliases.yaml

* adding the AZURE_API_KEY to the GH workflow for e2e

* fixing GH secerts

* adding valdiating for azure_openai

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-167.local>
2025-09-18 18:36:30 -07:00
Adil Hafeez
0c76f2e6e7
more changs 2025-09-18 11:08:51 -07:00
Adil Hafeez
a73c8d1dc1
more changes 2025-09-17 18:11:37 -07:00
Adil Hafeez
a3f93de85d
add retry 2025-09-17 17:53:39 -07:00
Adil Hafeez
71658ddbd9
Update docker-push-main.yml 2025-09-17 14:32:31 -07:00
Adil Hafeez
06069bdee4
publish image 2025-09-17 13:03:37 -07:00
Adil Hafeez
9758354e33
cargo clippy and fmt 2025-09-17 11:15:42 -07:00
Adil Hafeez
0c6600ac47
cargo fmt brightstaff 2025-09-17 11:08:08 -07:00
Adil Hafeez
2229f0d4d4
add tests and some refactor 2025-09-17 11:03:51 -07:00
Adil Hafeez
08471d8adf
add streaming 2025-09-17 09:39:10 -07:00
Adil Hafeez
4588787427
disable rust integration tests 2025-09-17 01:11:36 -07:00
Adil Hafeez
124b910746
fix schema validation 2025-09-17 01:10:06 -07:00
Salman Paracha
b56311f458
adding code snippets in a single place for newsletter (#569)
* adding code snippets in a single place for newsletter

* fixing README and run_demo.sh

* renaming branch

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-136.local>
2025-09-17 01:06:06 -07:00