mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
feat: add mail component enum (#405)
Some checks are pending
Pre-commit / run (ubuntu-latest) (push) Waiting to run
Tests ReMe / Unit Tests - py3.11 (push) Waiting to run
Tests ReMe / Unit Tests - py3.12 (push) Waiting to run
Tests ReMe / Unit Tests - py3.13 (push) Waiting to run
Windows Smoke / CLI smoke - py3.11 (push) Waiting to run
Some checks are pending
Pre-commit / run (ubuntu-latest) (push) Waiting to run
Tests ReMe / Unit Tests - py3.11 (push) Waiting to run
Tests ReMe / Unit Tests - py3.12 (push) Waiting to run
Tests ReMe / Unit Tests - py3.13 (push) Waiting to run
Windows Smoke / CLI smoke - py3.11 (push) Waiting to run
* feat: add mail component enum * fix format --------- Co-authored-by: jinliyl <6469360+jinliyl@users.noreply.github.com>
This commit is contained in:
parent
550317c3bf
commit
f3d32e203d
1 changed files with 2 additions and 0 deletions
|
|
@ -36,4 +36,6 @@ class ComponentEnum(str, Enum):
|
|||
|
||||
AGENT_WRAPPER = "agent_wrapper"
|
||||
|
||||
MAIL = "mail"
|
||||
|
||||
OUTBOUND_PROXY = "outbound_proxy"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue