He-Pin(kerr)
He-Pin(kerr)
There are some error in the bash script. 
Motivation: As in PR https://github.com/com-lihaoyi/cask/pull/125/commits/17dbf69d43bb4027c14caf2c7fc1140b9b5a9f50 I found it's possible to run the virtual thread on another thread pool instead of the default scheduler. I think that maybe a little lightweight...
Motivation: Using an inline `transform` method can get more fluent code as `Flux`. When using reactor-core 's `Flux`, we have something like: ```java sink.asFlux() .onBackpressureBuffer() .transform(new MsgTransformer()) .subscribe(msgs -> {...
Motivation: Currently, all std functions and it's implementation are puted in the `Std` class, not easy to find out with `CRTL + F`, how about: eg: ```scala object StdFunctions {...
As a Java user may want to use Jackson's JsonNode.
Fix typo, it should be `asyncSpec`
Motivation: Use stream flatmap to make code a little clean.
### Purpose Bump the Scala version to the latest one ### Tests ### API and Format ### Documentation
Motivation: Add an extension point for users to extend and create a subclass of `ToolContext`
Add an extension point for tool calling