Kyungsu Kang
Kyungsu Kang
- [x] I understand that this repository is auto-generated and my pull request may not be merged ## Changes being requested The TypeScript type definition for the `usage` field does...
# Contents The typia.llm.application method requires the top-level parameter to be an object. This means that even if a string is part of a union with an object, it is...
### Multi-Agent Discussion I was trying to make agents communicate with each other using the `conversate` function, which allows interaction between agents. In this case, I needed to write the...
#### **Summary** Enhance the `conversate` function to support per-conversation configuration, allowing dynamic overrides of settings such as `systemPrompt`, `metadata`, and `userId` for multi-user and context-aware interactions. #### **Background** Currently, `IAgenticaConfig`...
We want to support middleware that wraps the entire process from the user's utterance to the agent's response when calling `conversate`. For a brief explanation, refer to Issue #53.
When building our agent, there are two internal agents called select and cancel. The select agent is responsible for choosing a tool based on the user's utterance, while the cancel...
I want to use this library to measure time values for each layer and provide statistical data. However, since this feature could be useful for others in a general way,...