Add PageIndexClient with agent-based retrieval via OpenAI Agents SDK (#125)

* Add PageIndexClient with retrieve, streaming support and litellm integration
* Add OpenAI agents demo example
* Update README with example agent demo section
* Support separate retrieve_model configuration for index and retrieve
This commit is contained in:
Kylin 2026-03-26 23:19:50 +08:00 committed by GitHub
parent 2403be8f27
commit 5d4491f3bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 501 additions and 7 deletions

View file

@ -1,5 +1,6 @@
model: "gpt-4o-2024-11-20"
# model: "anthropic/claude-sonnet-4-6"
retrieve_model: "gpt-5.4" # defaults to model if not set
toc_check_page_num: 20
max_page_num_each_node: 10
max_token_num_each_node: 20000