New
Basic LLMAgent implementation based on the restruct proposal. (#59)
Dmitry Pasiukevich
2 months ago
Commit: a63b6c6
Date: August 5, 2025 at 8:16 PM
- Add llm package.
It provides basic LLM definitions.
- Add new entities for the session package.
Current code is kept to have a buildable code. Later we will
update/move/cleanup this code.
- Add entities for agent and tools packages.
- Add LLMAgent implementation
Powered by ChangeCrab