Skip to content

Commit 38464d5

Browse files
committed
chore: update doc
1 parent cddd046 commit 38464d5

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

CHANGELOG.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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
2211

2312
### Added
2413
- Initial release of redesigned LLMAgent library

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add `llm_agent` to your list of dependencies in `mix.exs`:
2424
```elixir
2525
def deps do
2626
[
27-
{:llm_agent, "~> 0.0.1"},
27+
{:llm_agent, "~> 0.1.0"},
2828
# Optional LLM provider dependencies
2929
{:openai, "~> 0.5.0"}, # If using OpenAI
3030
{:anthropic, "~> 0.1.0"} # If using Anthropic

0 commit comments

Comments
 (0)