Commit graph

526 commits

Author SHA1 Message Date
Musa
73fce0cf18 Update IntroSection.tsx 2025-12-09 13:26:09 -08:00
Musa
925e775745 fix 2025-12-08 14:37:41 -08:00
Musa
1cff006544 feat: Turbopack issue 2025-12-08 14:30:46 -08:00
Musa
28260fb535 Update IntroSection.tsx 2025-12-08 14:17:42 -08:00
Musa
b28434a5f1 feat: update text 2025-12-08 14:16:39 -08:00
Musa
39096c6b90 Update package-lock.json 2025-11-26 14:51:39 -08:00
Musa
337950bcdb feat(www): content changes 2025-11-26 14:44:18 -08:00
Musa
98fb8cb2fd feat(www): introduce blog 2025-11-26 13:51:06 -08:00
Musa
8b0f2b94d8 feat(www): content fix 2025-11-25 12:16:26 -08:00
Musa
1f3a0bf4a0 Delete next.config.ts 2025-11-25 11:07:18 -08:00
Musa
185f9444b1 Merge branch 'musa/www' of https://github.com/katanemo/archgw into musa/www 2025-11-25 11:07:01 -08:00
Musa
922a2d41c8 feat(docs): hold off on docs 2025-11-25 11:06:51 -08:00
Musa
be1617b557 fix(www): next.config issue 2025-11-23 13:37:15 -08:00
Musa
8375e913b4 fix(www): tsconfig issue 2025-11-23 13:31:13 -08:00
Musa
9c9207c08e fix(www): transpiler failure 2025-11-23 13:27:17 -08:00
Musa
0d9147456f feat(www): introduce monorepo
This change brings Turborepo monorepo to independently handle the marketing website, the docs website and any other future use cases for mutli-platform support. They are using internal @katanemo package handlers for the design system and logic.
2025-11-23 13:23:51 -08:00
Musa
151cefd528 fea(www): changes 2025-11-21 12:19:11 -08:00
Musa
223bb52bb9 feat(www): web analytics 2025-11-21 11:58:50 -08:00
Musa
852eaf04d7 feat(www): graphic changes 2025-11-21 11:55:08 -08:00
Musa
96097a7b00 feat(www): ran biome formatting 2025-11-21 11:18:35 -08:00
Musa
43ced80d91 fix lib/utils error 2025-11-21 11:04:57 -08:00
Musa
62e1057282 feat(www): fix type error 2025-11-21 11:01:03 -08:00
Musa
f42ea872e7 feat(www): feedback loop changes 2025-11-21 10:57:47 -08:00
Musa
f24cbde23f feat(www): clean + typecheck 2025-11-21 00:36:04 -08:00
Musa
fa956962f0 feat(www): improvements to mobile design, layout of diagrams 2025-11-20 17:08:14 -08:00
Musa
52c6ccb9a9 feat(www): sections enhanced for clarify & diagrams added 2025-11-20 14:14:20 -08:00
Musa
94447c14e6 feat(www): refactor landing page sections, add new diagrams and UI improvements 2025-11-18 13:56:27 -08:00
Musa
2a50b02d03 feat: redesign archgw -> plano + website 2025-11-05 16:29:09 -08:00
Adil Hafeez
126b029345
release 0.3.18 (#611) 2025-10-31 12:24:49 -07:00
Branch Vincent
0a7e932837
support python 3.14 (#605)
* add python 3.14 to ci

* allow torch 2.9 for python 3.14
2025-10-30 09:17:31 -07:00
Salman Paracha
cdfcfb9169
support base_url path for model providers (#608)
* adding support for base_url

* updated docs

* fixed tests for config generator

* making fixes based on PR comments

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
2025-10-29 17:08:07 -07:00
Salman Paracha
5108013df4
fixing a bug where by we were writing the cluster_name for an upstream LLM more than once (#607)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
2025-10-27 17:01:59 -07:00
Adil Hafeez
f26bb05d35
release 0.3.17 (#604) 2025-10-24 17:52:15 -07:00
Branch Vincent
662546481a
move pytest to dev deps and migrate to poetry 2 (#602)
* move pytest to dev deps

* migrate to poetry 2 and standard metadata
2025-10-24 15:58:54 -07:00
Salman Paracha
566e7b9c09
fixed bug in Bedrock translation code and dramatically improved tracing for outbound LLM traffic (#601)
* dramatically improve LLM traces and fixed bug with Bedrock translation from claude code

* addressing comments

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
2025-10-24 14:07:05 -07:00
Adil Hafeez
0ee0912a73
fix config generator bug (#599) 2025-10-23 18:50:23 -07:00
Adil Hafeez
a180fed52d
fix console logs (#598)
replace envoy_logs => archgw_logs
2025-10-23 10:59:21 -07:00
Adil Hafeez
6d70545459
release 0.3.16 (#596) 2025-10-22 14:43:33 -07:00
Salman Paracha
7a6f87de3e
fixed test and docs for deployment (#595)
* fixed test and docs for deployment

* updating the main logo image

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
2025-10-22 14:13:16 -07:00
Salman Paracha
9407ae6af7
Add support for Amazon Bedrock Converse and ConverseStream (#588)
* first commit to get Bedrock Converse API working. Next commit support for streaming and binary frames

* adding translation from BedrockBinaryFrameDecoder to AnthropicMessagesEvent

* Claude Code works with Amazon Bedrock

* added tests for openai streaming from bedrock

* PR comments fixed

* adding support for bedrock in docs as supported provider

* cargo fmt

* revertted to chatgpt models for claude code routing

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
Co-authored-by: Adil Hafeez <adil.hafeez@gmail.com>
2025-10-22 11:31:21 -07:00
Imad Saddik
ba826b1961
Fixed a few typos in README.md (#593) 2025-10-21 08:51:58 -07:00
Adil Hafeez
c4a4f3f554
resume publishing to github container registry 2025-10-14 15:17:10 -07:00
Adil Hafeez
96e0732089
add support for agents (#564) 2025-10-14 14:01:11 -07:00
Salman Paracha
f8991a3c4b
Update description of Arch in README.md 2025-10-11 09:50:18 -07:00
Salman Paracha
c504779daa
Update project description in README.md 2025-10-11 09:49:33 -07:00
Salman Paracha
6a06d9ac97
add claude code router to the README (#586)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
2025-10-05 13:38:39 -07:00
Salman Paracha
276b7e8c48
making model resolution info vs. debug in the logs (#585)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
2025-10-04 17:06:05 -07:00
Adil Hafeez
c6c8119936 disable push to github docker repository from main 2025-10-03 12:20:02 -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