Skip to content

Commit 9ef718d

Browse files
support agentic message in chatwitheino (#222)
* support agentic message in chatwitheino * docs: remove message kind appendix * docs: add message kind notes to ch04 ch05 * fix agentic session history replay * preserve agentic reasoning history * update * update * update * refactor chatwitheino middleware helpers * feat(chatwitheino): add middleware test stack * Revert "feat(chatwitheino): add middleware test stack" This reverts commit 17ecc4b. * fix(chatwitheino): handle retries and checkpoint resume * fix(chatwitheino): preserve agentic item ids * docs(chatwitheino): describe AgenticMessage blocks * docs(chatwitheino): default to AgenticMessage * docs(chatwitheino): simplify AgenticMessage intro * refactor chatwitheino event helpers * docs: add TurnLoop chapter to quickstart navigation
1 parent b16bfed commit 9ef718d

42 files changed

Lines changed: 2766 additions & 2098 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

adk/intro/http-sse-service/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
github.com/pkg/errors v0.9.2-0.20201214064552-5dd12d0cfe7f // indirect
4545
github.com/sirupsen/logrus v1.9.3 // indirect
4646
github.com/slongfield/pyfmt v0.0.0-20220222012616-ea85ff4c361f // indirect
47-
github.com/tidwall/gjson v1.14.4 // indirect
47+
github.com/tidwall/gjson v1.18.0 // indirect
4848
github.com/tidwall/match v1.1.1 // indirect
4949
github.com/tidwall/pretty v1.2.1 // indirect
5050
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect

adk/intro/http-sse-service/go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
498498
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
499499
github.com/tidwall/gjson v1.14.4 h1:uo0p8EbA09J7RQaflQ1aBRffTR7xedD2bcIVSYxLnkM=
500500
github.com/tidwall/gjson v1.14.4/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
501+
github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
501502
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=
502503
github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
503504
github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=

0 commit comments

Comments
 (0)