File tree 2 files changed +2
-13
lines changed
2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- ### Added
11
- - Comprehensive documentation structure with guides
12
- - Examples demonstrating various agent patterns
13
- - CI/CD workflows for automated testing and releases
14
- - Enhanced mix.exs configuration for better docs
15
-
16
- ### Fixed
17
- - Compilation errors in AgentForge flow functions
18
- - Undefined variable 'i' in doctest examples
19
- - Refactored task_flow and batch_processing functions
20
-
21
- ## [ 0.0.1] - 2025-03-27
10
+ ## [ 0.1.0] - 2025-03-28
22
11
23
12
### Added
24
13
- Initial release of redesigned LLMAgent library
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Add `llm_agent` to your list of dependencies in `mix.exs`:
24
24
``` elixir
25
25
def deps do
26
26
[
27
- {:llm_agent , " ~> 0.0.1 " },
27
+ {:llm_agent , " ~> 0.1.0 " },
28
28
# Optional LLM provider dependencies
29
29
{:openai , " ~> 0.5.0" }, # If using OpenAI
30
30
{:anthropic , " ~> 0.1.0" } # If using Anthropic
You can’t perform that action at this time.
0 commit comments