Skip to content

Commit eb11a07

Browse files
committed
added missing elements to changelog
1 parent 708a69b commit eb11a07

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727

2828
### Changed
2929

30+
**User**
31+
32+
- Refactored `User` class into abstract base class defining the interface (`get_initial_query()`, `respond()`, `is_done()`) with `LLMUser` as the concrete LLM-driven implementation. This enables non-LLM user implementations (scripted, human-in-the-loop, agent-based). (PR: #22)
33+
- Renamed `AgenticUser``AgenticLLMUser` for consistency with the new hierarchy (PR: #22)
34+
3035
**Interface**
3136

32-
- Renamed framework-specific `LLMUser` subclasses for clarity (PR: #22):
37+
- Renamed framework-specific user classes to reflect the new `LLMUser` base (PR: #22):
3338
- `SmolAgentUser``SmolAgentLLMUser`
3439
- `LangGraphUser``LangGraphLLMUser`
3540
- `LlamaIndexUser``LlamaIndexLLMUser`

0 commit comments

Comments
 (0)