Skip to content

Commit bf83492

Browse files
grokifyclaude
andcommitted
chore(deps): update multi-agent-spec/sdk/go to v0.7.0
Update to v0.7.0 for self-directed workflow support: - WorkflowCategory (deterministic, self-directed) - Workflow types: chain, scatter, graph, crew, swarm, council - CollaborationConfig, ConsensusRules, Channel types - Message types for inter-agent communication - Agent role fields (role, goal, backstory, delegation) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent acf8181 commit bf83492

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/agentplexus/assistantkit
33
go 1.25.0
44

55
require (
6-
github.com/agentplexus/multi-agent-spec/sdk/go v0.6.0
6+
github.com/agentplexus/multi-agent-spec/sdk/go v0.7.0
77
github.com/google/go-github/v82 v82.0.0
88
github.com/grokify/gogithub v0.9.1
99
github.com/pelletier/go-toml/v2 v2.2.4
@@ -19,6 +19,8 @@ require (
1919
github.com/invopop/jsonschema v0.13.0 // indirect
2020
github.com/mailru/easyjson v0.9.1 // indirect
2121
github.com/spf13/pflag v1.0.10 // indirect
22+
github.com/valyala/bytebufferpool v1.0.0 // indirect
23+
github.com/valyala/quicktemplate v1.8.0 // indirect
2224
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
2325
golang.org/x/oauth2 v0.35.0 // indirect
2426
)

go.sum

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/agentplexus/multi-agent-spec/sdk/go v0.6.0 h1:R3aXYE4+sjSjDy2ukgoYF7QShA4hOMniIeI/4LKLGh0=
2-
github.com/agentplexus/multi-agent-spec/sdk/go v0.6.0/go.mod h1:tz8svz+dzU1l7IE/xN9rc8grbIxYW4JdLrtTIBpkDa4=
1+
github.com/agentplexus/multi-agent-spec/sdk/go v0.7.0 h1:5zmf6jieP1iVOWk8GxG4zUqetNAXFmxxedSDAQHLsQk=
2+
github.com/agentplexus/multi-agent-spec/sdk/go v0.7.0/go.mod h1:7nyBC8Fb6pgprJx1l3znUMFVfHMPzgUT/yv9KWGEC+8=
33
github.com/bahlo/generic-list-go v0.2.0 h1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPnH1Wvgk=
44
github.com/bahlo/generic-list-go v0.2.0/go.mod h1:2KvAjgMlE5NNynlg/5iLrrCCZ2+5xWbdbCW3pNTGyYg=
55
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
@@ -34,6 +34,10 @@ github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
3434
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
3535
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
3636
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
37+
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
38+
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
39+
github.com/valyala/quicktemplate v1.8.0 h1:zU0tjbIqTRgKQzFY1L42zq0qR3eh4WoQQdIdqCysW5k=
40+
github.com/valyala/quicktemplate v1.8.0/go.mod h1:qIqW8/igXt8fdrUln5kOSb+KWMaJ4Y8QUsfd1k6L2jM=
3741
github.com/wk8/go-ordered-map/v2 v2.1.8 h1:5h/BUHu93oj4gIdvHHHGsScSTMijfx5PeYkE/fJgbpc=
3842
github.com/wk8/go-ordered-map/v2 v2.1.8/go.mod h1:5nJHM5DyteebpVlHnWMV0rPz6Zp7+xBAnxjb1X5vnTw=
3943
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=

0 commit comments

Comments
 (0)