Commit Graph

746 Commits (4bc74f7e9006fc7f182c9dc6ea309ea83c5bb4f9)
 

Author SHA1 Message Date
sigoden 3c45ced2d9
refactor: improve bash completion (#824) 2 months ago
sigoden b34b542d31
refactor: keep the role arguments (#823) 2 months ago
sigoden dc78636129
feat: add huggingface client (#822) 2 months ago
sigoden e39498e340 chore: update config.example.yaml 2 months ago
sigoden 2cba09c064
feat: migrate `cloudflare` client to `openai-compatible` (#821) 2 months ago
sigoden 6462a58742 chore: update models.yaml 2 months ago
sigoden 2c6aafb0d7
refactor: openai_compatible client config (#820) 2 months ago
sigoden ef0810434c
refactor: minor improvement (#818) 2 months ago
sigoden 573e0d58b4
feat: migrate `ollama`/`qianwen` clients to `openai-compatible` (#816) 2 months ago
sigoden 55e36c7e9d
feat: webui support RAG (#815) 2 months ago
sigoden ed242c65f0
feat: webui use querystring as settings (#814) 2 months ago
rolfwilms a204a4b189
refactor: update models.yaml to fix Bedrock Sonnet 3.5 max_output_tokens (4096) (#813) 2 months ago
sigoden 00376b98e0
refactor: no function_calling=false if functions.json is empty (#812) 2 months ago
sigoden d8d52b60d6
feat: save temp session with `temp-<timestamp>` if `save_session: true` (#811) 2 months ago
sigoden 4bbf479616
feat: replace roles.yaml with roles/<name>.md (#810) 2 months ago
sigoden 298a45232b
refactor: template for including files (#807) 2 months ago
sigoden 11022f88de
refactor: webui update error style (#803) 2 months ago
sigoden 34ef752359
feat: support ai21 client (#800) 2 months ago
sigoden 8e4b9a383d chore: update config.example.yaml 2 months ago
sigoden 9383d00bcd chore: update models.yaml 2 months ago
sigoden 96eee23d62
refactor: update models.yaml (#799) 2 months ago
sigoden f1cbb3c006
feat: support github client (#798) 2 months ago
sigoden c0eae1c55c
refactor: webui render error (#797) 2 months ago
sigoden 7eefb96b0c
fix: incomplete stream response in proxy LLM api (#796) 2 months ago
sigoden 669f2c602c
feat: enable custom `api_base` for most clients (#793) 2 months ago
sigoden 580ed6bea3
feat: no check model's support for function calls (#791) 2 months ago
sigoden 7a95bd5de0
fix: invalid model error while switching roles if the model_id is same to current (#788) 2 months ago
sigoden 3b8bb7389e
refactor: improve crawl website (#787) 2 months ago
sigoden d79ad49106
feat: support builtin website crawling (recursive_url) (#786) 2 months ago
sigoden 92ce440b0b
fix: claude fails to run tools with zero arguments (#780) 2 months ago
LifetimeMistake 5c559f616a
fix: incorrect function call handling with session in non-REPL (#777) 2 months ago
sigoden 514a3689e8
chore: release v0.20.0 (#774) 3 months ago
sigoden 7f418f0e93 chore: update README and config.example.yaml 3 months ago
sigoden 404ac8d6f8 chore: update config.example.yaml 3 months ago
sigoden 4a04465a3f
feat: rename `config.buffer_editor` to `config.editor` (#773) 3 months ago
sigoden 6aa541912b refactor: update Argcfile.sh 3 months ago
sigoden 4384010e5b
refactor: update models.yaml (#772) 3 months ago
sigoden 81cc3400d6
refactor: update models.yaml and make minor improvement (#771) 3 months ago
sigoden 227cd5891f
feat: add agent-scoped `agent_prelude` config (#770) 3 months ago
sigoden 3ab489ebac
refactor: do not abandon AICHAT_PLATFORM (#768) 3 months ago
sigoden 0ad97f2ec4 chore: update deps 3 months ago
sigoden 3e0c88da9a chore: update config.example.yaml 3 months ago
sigoden a0d421ffc8
feat: export agent variable as `LLM_AGENT_VAR_*` (#766) 3 months ago
sigoden cc74be5d21
refactor: several improvements (#765) 3 months ago
sigoden 4c18e91165
refactor: agent instructions (#764)
- replace `__TOOLS__` with `{{__tools__}}`
- after `.clear messages`, update system message of agent session
- show interpolated instructions in agent info
3 months ago
sigoden 44aac171b7
fix: unable to rebuild agent rag (#763) 3 months ago
sigoden 14bfd4e97d
feat: add builtin variables for agent (#762) 3 months ago
sigoden 77df849234
refactor: udpate models.yaml and Argcfile.sh (#761) 3 months ago
sigoden c5b2be641a
feat: ask for confirmation when some rag documents fail to load (#760) 3 months ago
sigoden 49b61129c9
feat: add `config.stream` and `.set stream` repl command (#759) 3 months ago