v0.0.1
What's Changed
- Create dependabot.yml by @nerdai in #2
- [Feature] Add core and base modules by @nerdai in #1
- add tool test by @nerdai in #3
- [chore] fix unit test action -- coverage not reporting by @nerdai in #4
- [chore] add some badges to README by @nerdai in #5
- Add
LLMAgent.run()and required data structures by @nerdai in #6 - [Feature] Add function calling by @nerdai in #8
- [chore] Ruff formatting + Google docstrings by @nerdai in #10
- [Feature] Implement base tool by @nerdai in #12
- [Feature] Ollama integration:
OllamaLLMby @nerdai in #11 - [Feature] Add add tools to chat request for
OllamaLLMand required utils by @nerdai in #14 - [Feature] Add
FunctionToolby @nerdai in #16 - [Feature] Implements
__call__forFunctionTool. by @nerdai in #18 - [chore] Rename to SimpleFunctionTool by @nerdai in #19
- [Feature] Add
AsyncSimpleFunctionToolby @nerdai in #20 - [chore] Add release gha by @nerdai in #23
- [chore] Fix GHA for releases by @nerdai in #24
- Create LICENSE by @nerdai in #25
- [version] bump version to v0.0.1 by @nerdai in #26
New Contributors
Full Changelog: https://github.com/nerdai/llm-agents-from-scratch/commits/v0.0.1