Skip to content

Commit f78fc56

Browse files
committed
docs: update documentation to highlight dynamic workflow orchestration capabilities and bump version to 0.1.1
1 parent e281a2b commit f78fc56

File tree

6 files changed

+746
-198
lines changed

6 files changed

+746
-198
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.1] - 2025-03-29
11+
12+
### Added
13+
- Enhanced documentation for dynamic workflow orchestration
14+
- New guide for dynamic workflows with examples across domains
15+
- Architecture documentation updates highlighting workflow emergence
16+
1017
## [0.1.0] - 2025-03-28
1118

1219
### Added

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ LLMAgent is an abstraction library for building domain-specific intelligent agen
1616
- 💬 Context and conversation management
1717
- 🔌 Plugin-based provider integrations
1818
- 🔄 AgentForge compatibility
19+
- 🌊 **Dynamic workflow orchestration** - Enable LLMs to create multi-step workflows based on context
1920

2021
## Installation
2122

@@ -24,7 +25,7 @@ Add `llm_agent` to your list of dependencies in `mix.exs`:
2425
```elixir
2526
def deps do
2627
[
27-
{:llm_agent, "~> 0.1.0"},
28+
{:llm_agent, "~> 0.1.1"},
2829
# Optional LLM provider dependencies
2930
{:openai, "~> 0.5.0"}, # If using OpenAI
3031
{:anthropic, "~> 0.1.0"} # If using Anthropic

0 commit comments

Comments
 (0)