bobwong
bobwong
when i touch the enter key on keyboard, the event is 2021-04-19 15:33:10.457 +0800 CST m=+65.499394961 - Event: {Kind: KeyDown, Rawcode: 36, Keychar: 13} ctrl, shift and opt are not...
**Bug description** **Bug solved method** **Environment information** - LLM type and model name: Ollama, llama2 - System version: mac os 13.1 - Python version: 3.11.8 ``` # Full Example: https://github.com/geekan/MetaGPT/blob/main/config/config2.example.yaml...
Here is my environment ``` Python 3.10.6 crewai 0.19.0 crewai-tools 0.0.15 duckduckgo_search 5.0 ``` I have the following code. ``` import os from crewai import Agent, Task, Crew, Process from...
框架结构确实很不错, 有个小问题, 是否支持, 对外服和客户端通过kcp连接, 对外服和业务服与网关通过tcp连接?