Commit Graph

546 Commits

Author SHA1 Message Date
Yeuoly 7e29231d24 fix: replace flask.run with gevent.pywsgi.WSGIServer 2025-03-06 17:50:06 +08:00
Yeuoly 9abde7fa6f feat: Update code-based workflow example with serverless configuration and tool enhancements 2025-03-04 15:51:32 +08:00
Yeuoly 0354eda546 feat: Add health check endpoint and token counting optimization 2025-03-04 15:48:14 +08:00
Yeuoly 161045b65f fix: memory leak 2025-03-03 14:15:51 +08:00
Yeuoly 0685b4bec5 bump to beta68 2025-02-28 14:09:27 +08:00
Yeuoly dc0538c0a4 feat: Add support for JSON schema response formatting in OpenAI-compatible LLM 2025-02-28 14:08:55 +08:00
Yeuoly 6cf29e1040 bump gevent to 24.11.1 2025-02-18 10:23:49 +08:00
Novice 9832fa7257 bump version to 0.0.1-beta66 2025-02-10 17:43:51 +08:00
Novice b1bd879d7d Revert "Merge pull request #21 from langgenius/feat/add-r1-reasoning"
This reverts commit 9d66497cde, reversing
changes made to 5fbbfe5fe2.
2025-02-10 16:43:45 +08:00
Yeuoly 7c90378701 bump version to beta65 2025-02-10 15:09:35 +08:00
Yeuoly 46c029bf65 refactor: aws_lambda to serverless 2025-02-10 14:58:05 +08:00
Yeuoly 5f008ffb5b fix: memory leak due to session pool 2025-02-08 23:41:35 +08:00
Novice Lee eee96a3b25 bump version to 0.0.1-beta64 2025-02-08 11:34:02 +08:00
Novice Lee 9272ea5d7a feat: add r1 model thinking tag 2025-02-08 11:31:16 +08:00
Novice Lee 5fbbfe5fe2 bump version to 0.0.1-beta63 2025-02-07 10:56:04 +08:00
Novice Lee afc8397bc3 feat: add metadata to log 2025-02-07 10:53:20 +08:00
Novice Lee 54dc283c18 bump version to 0.0.1-beta62 2025-01-22 13:44:06 +08:00
Novice 58f01ea117 Merge pull request #19 from langgenius/feat/supoort-workflow-tools
feat: support workflow tools
2025-01-22 13:41:51 +08:00
Novice Lee 9db1efdb92 feat: support workflow tools 2025-01-22 13:41:07 +08:00
Yeuoly 857dfbc065 fix: using logger.error to raise detailed error messages 2025-01-21 16:37:36 +08:00
Yeuoly 40fa53baee bump version to 0.0.1-beta61 2025-01-21 15:07:48 +08:00
非法操作 a039617def fix invoke llm raise error (#15) 2025-01-21 15:00:08 +08:00
Yeuoly f69257db40 fix: add AWS_LAMBDA_HOST 2025-01-21 14:32:12 +08:00
非法操作 85f7fa302d label display error when use_template (#14) 2025-01-14 18:01:44 +08:00
Hiroshi Fujita 2ed7788aab fix: UploadFileResponse to support optional type initialization from mime_type (#10)
* fix: UploadFileResponse to support optional type initialization from mime_type

* fix: validate type using model_validator

* refactor: remove unused import of Optional from file.py
2025-01-14 18:00:24 +08:00
非法操作 f9df7e9577 sync MultiModalPromptMessageContent (#13) 2025-01-14 17:58:42 +08:00
非法操作 41b97e6423 fix ParameterType.TEXT is not supported (#11) 2025-01-13 14:21:08 +08:00
Novice Lee e764cd2d9e bump version to 0.0.1-beta60 2025-01-09 08:53:29 +08:00
Novice Lee fb24978387 feat: add agent node log 2025-01-09 08:51:43 +08:00
Novice Lee fbe6e3f08c bump version to 0.0.1-beta59 2025-01-08 07:59:40 +08:00
Novice 43e58b93e7 Merge pull request #7 from langgenius/feat/agent-node
feat: add agent strategy support
2025-01-08 07:50:49 +08:00
Novice Lee 92558f5c07 feat: add agent strategy support 2025-01-08 07:48:27 +08:00
Yeuoly d0f12a590a bump version to 0.0.1-beta58 2025-01-07 20:44:08 +08:00
Yeuoly 91f1f343e0 fix: add modified credentials to returns 2025-01-07 18:44:07 +08:00
Yeuoly 0774668145 feat: webapp 2025-01-04 00:01:14 +08:00
Yeuoly aa15b9315b bump to beta57 2025-01-03 18:08:31 +08:00
Yeuoly 6f4d22e860 fix: add input_type 2025-01-03 18:07:40 +08:00
Yeuoly c14d28908d bump to beta 56 2025-01-03 17:30:50 +08:00
Yeuoly 92cf93cdae fix some bugs 2025-01-03 17:30:02 +08:00
Yeuoly d65b36cdb9 bump to beta55 2025-01-03 14:49:24 +08:00
Yeuoly fa458ab0d9 fix: get attribute dose not exists in BlobMessage 2025-01-03 14:47:49 +08:00
Yeuoly 5b3cca4a48 feat: add gevent patchs to get_num_tokens_by_gpt2 2024-12-31 14:58:44 +08:00
Yeuoly 749e55e3a4 bump to 0.0.1-beta.54 2024-12-27 22:58:14 +08:00
Yeuoly bc4e9a05aa fix: variable message 2024-12-27 22:57:38 +08:00
Yeuoly 3e7565f075 feat: support percision to agent strategy parameter 2024-12-27 18:03:58 +08:00
Yeuoly de4ffe2cd9 bump to 0.0.1-beta53 2024-12-26 17:28:59 +08:00
Yeuoly 82438a99a2 feat: support parameter auto generate 2024-12-26 17:28:42 +08:00
Yeuoly 463f97a2e0 fix: incorrect response from toolLike.invoke 2024-12-25 15:43:12 +08:00
Yeuoly d450c94888 fix: using absolute importing 2024-12-17 18:24:31 +08:00
Yeuoly f408642b27 fix: missing output schema 2024-12-17 18:14:40 +08:00