王博伟
王博伟
I can confirm that this did occur. I'm deploying with the following command: ```bash uv run \ --python 3.12 \ --with sglang[all] \ --with transformers==4.48.3 \ python -m sglang.launch_server \...
For those who still struggled with this problem: derive [`JSON`](https://piccolo-orm.readthedocs.io/en/latest/piccolo/schema/column_types.html#json) instead of `Column` will do the trick: ```python from typing import Unpack, override from piccolo.columns import JSON, Serial from piccolo.columns.base...
> For those who still struggled in this problem: derive `JSON` instead of `Column` suffices: > > from typing import Unpack, override > > from piccolo.columns import JSON, Serial >...
🤔 @ObsidianReviewBot
@joethei Sorry to bother, but @ObsidianReviewBot doesn't seem to work. - I fixed all the issues noted in the automated review and updated my repository. - I tried close and...
> I know it may seem superficial, but when I created my first actor and saw that ignoring the `Cannot access attribute "my_method" for class "ObjectRef[MyActor]"` is the only way...
@rekram1-node I added a `default_agent` field in config, and a `default` field in `Agent.Info` to indicate if an agent is assigned to default. Some related logic in TUI and ACP...
Wait I found several places (e.g. desktop app) need to be updated
@rekram1-node I think we are ready here
> Just create new primary agent, the output is same, Agent is more flexible then claude output-style Make sense, I'm using this method for now. However, I think the primary...