Guohao Li

Results 57 issues of Guohao Li

This PR added the `reverse` support in `aggregation_resolver` to resolve `Aggregation` to strings. This will keep `message_and_aggregate` functionality intact if an aggr is `FUSE_AGGRS` but passed with `Aggregation` instance. Addresses...

feature
0 - Priority P0
nn

Thanks for your amazing work. Do you still plan to release your code on S3IDS dataset?

## Motivation Now `CAMEL` apps only support chatting between two autonomous agents. It is important to support more chat modes for different use cases. - [ ] Autonomous chat with...

Roadmap

Fix temporary solutions in Code example https://github.com/lightaime/camel/pull/32. - [x] Remove `CodeChatAgent` (https://github.com/lightaime/camel/pull/49) - [x] Remove `CodeSystemMessageGenerator` (https://github.com/lightaime/camel/pull/49) - [ ] Remove `CodeTaskPromptGenerator`

# Motivation The ability to call tools would enhance `CAMEL`'s ability and be handy for developers. Here are some tools we prioritize to integrate. Some of them are suggested by...

Roadmap

The current role-playing session usually ends due to `'max_tokens_exceeded'`. To complete more complex tasks, external memory is needed.

Roadmap