Skip to content

Commit 5e16fd5

Browse files
committed
chore: upgrade agent_forge to 0.2.1 and bump version to 0.1.0\n\n- Update dependency to use latest agent_forge version\n- Increase package version for new release\n- Ensure all tests pass with the new dependency version
1 parent ab0931d commit 5e16fd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule LLMAgent.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/i365dev/llm_agent"
5-
@version "0.0.1"
5+
@version "0.1.0"
66

77
def project do
88
[
@@ -45,7 +45,7 @@ defmodule LLMAgent.MixProject do
4545
# Run "mix help deps" to learn about dependencies
4646
defp deps do
4747
[
48-
{:agent_forge, "~> 0.2.0"},
48+
{:agent_forge, "~> 0.2.1"},
4949
{:jason, "~> 1.4"},
5050
{:openai, "~> 0.5.2"},
5151
{:anthropic, "~> 0.1.0"},

mix.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%{
2-
"agent_forge": {:hex, :agent_forge, "0.2.0", "bfa480678133c28ce1adfab7137aa3fc142a1e7ead2fe7a3708ccd6cf66fb3b1", [:mix], [{:finch, "~> 0.16", [hex: :finch, repo: "hexpm", optional: true]}, {:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}, {:yaml_elixir, "~> 2.9", [hex: :yaml_elixir, repo: "hexpm", optional: false]}], "hexpm", "de43fa214e08c047a736cba7a13e8336bba341bc7f9d563a719fac1ba7d07c36"},
2+
"agent_forge": {:hex, :agent_forge, "0.2.1", "e488a7c8f3c269b9088e80d9bc258b74784f664d28bb9eb43bff6f223412d689", [:mix], [{:finch, "~> 0.16", [hex: :finch, repo: "hexpm", optional: true]}, {:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}, {:yaml_elixir, "~> 2.9", [hex: :yaml_elixir, repo: "hexpm", optional: false]}], "hexpm", "f6af46e21681aa29fb47acbb165fa6c46a7ba263e6e4727229d87450327a96d1"},
33
"anthropic": {:hex, :anthropic, "0.1.1", "b040925ed01599b3473033d415a4eb3efe3b21921c6773a2feca2138d31f684b", [:mix], [{:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}, {:mint, "~> 1.5", [hex: :mint, repo: "hexpm", optional: false]}, {:tesla, "~> 1.6", [hex: :tesla, repo: "hexpm", optional: false]}], "hexpm", "54854fa945c1f78344aa9a7e7c10ae7a182946e9894587cf589453cd5e61c66e"},
44
"bunt": {:hex, :bunt, "1.0.0", "081c2c665f086849e6d57900292b3a161727ab40431219529f13c4ddcf3e7a44", [:mix], [], "hexpm", "dc5f86aa08a5f6fa6b8096f0735c4e76d54ae5c9fa2c143e5a1fc7c1cd9bb6b5"},
55
"castore": {:hex, :castore, "1.0.12", "053f0e32700cbec356280c0e835df425a3be4bc1e0627b714330ad9d0f05497f", [:mix], [], "hexpm", "3dca286b2186055ba0c9449b4e95b97bf1b57b47c1f2644555879e659960c224"},

0 commit comments

Comments
 (0)