feat(agent): migrate to native CrewAI tool loop and async resume enqueue

This commit is contained in:
zl-q
2026-03-08 16:01:16 +08:00
parent 120df903d2
commit 8a23018b6d
29 changed files with 2234 additions and 1115 deletions
+2
View File
@@ -162,6 +162,8 @@ class AgentRuntimeSettings(BaseModel):
user_context_cache_prefix: str = "agent:user-context"
user_context_cache_ttl_seconds: int = Field(default=600, ge=60, le=86400)
user_context_cache_max_turns: int = Field(default=6, ge=1, le=100)
history_context_cache_prefix: str = "agent:history-context"
history_context_cache_ttl_seconds: int = Field(default=86400, ge=60, le=172800)
default_model_code: str = ""
streaming_enabled: bool = True
@@ -0,0 +1,6 @@
intent: []
execution:
- back.create_calendar_event
organization: []