Adil Hafeez
b9ac7cbafd
cargo fmt and return better json
2025-10-14 13:18:45 -07:00
Adil Hafeez
eed776fc94
delete rag agent demo
2025-10-14 12:51:45 -07:00
Adil Hafeez
d3595aeee1
update test
2025-10-14 12:47:24 -07:00
Adil Hafeez
07bb26c1d9
more pr feedback changes
2025-10-13 15:23:01 -07:00
Adil Hafeez
e498b41e5b
address pr feedback
2025-10-13 15:16:37 -07:00
Adil Hafeez
b3a19b1df0
fix logs
2025-10-08 11:20:13 -07:00
Adil Hafeez
496e7d34cc
update rag agent - rename content->context
2025-10-08 10:49:50 -07:00
Adil Hafeez
39a97d4a89
add log formatting
2025-10-08 10:41:46 -07:00
Adil Hafeez
efa73e1f3d
add startup script
2025-10-08 10:23:59 -07:00
Adil Hafeez
f0c3e65c9c
update debug level to info
2025-10-02 22:29:05 -07:00
Adil Hafeez
de5f6abde5
update log
2025-10-02 19:25:41 -07:00
Adil Hafeez
e2c6ffadc4
Merge branch 'main' into adil/agent_format
2025-10-02 19:03:58 -07:00
Salman Paracha
32d53317fa
fixing docs ( #584 )
...
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
2025-10-02 19:02:23 -07:00
Adil Hafeez
0bc087c78d
adding support for Qwen models and fixed issue with passing PATH vari… ( #583 )
...
* adding support for Qwen models and fixed issue with passing PATH variable
* don't need to have qwen in the model alias routing example
* fixed base_url for qwen
---------
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
2025-10-02 19:01:57 -07:00
Salman Paracha
fd03a099ef
renaming branch ( #582 )
...
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
2025-10-02 19:01:13 -07:00
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
Salman Paracha
03d8cc1894
fixing docs ( #584 )
...
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
2025-10-01 22:26:54 -07:00
Salman Paracha
226139e907
adding support for Qwen models and fixed issue with passing PATH vari… ( #583 )
...
* adding support for Qwen models and fixed issue with passing PATH variable
* don't need to have qwen in the model alias routing example
* fixed base_url for qwen
---------
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
2025-10-01 21:57:58 -07:00
Adil Hafeez
9c05eaa3d7
Add LLM_GATEWAY_ENDPOINT environment variable info
2025-10-01 10:41:26 -07:00
Salman Paracha
dbeaa51aa7
renaming branch ( #582 )
...
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
2025-10-01 08:20:16 -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