Update

all: run golangci-lint fmt happy (#308)

Koichi Shiraishi
5 months ago

Commit: e0c09d1

Date: November 19, 2025 at 8:01 AM

  • golangci-lint: add gofumpt formatters and settings

Signed-off-by: Koichi Shiraishi

  • all: run golangci-lint fmt happy

$ go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest fmt

Signed-off-by: Koichi Shiraishi

---------

Signed-off-by: Koichi Shiraishi

Update

Added minor linter fixes. (#311)

Dmitry Pasiukevich
5 months ago

Commit: a09263b

Date: November 18, 2025 at 1:29 PM

  • Added Minor linter fixes.
  • More typos
  • upd
Update

Add CONTRIBUTING.md (#286)

Dmitry Pasiukevich
5 months ago

Commit: 8df5415

Date: November 14, 2025 at 10:47 AM

  • Add CONTRIBUTING.md
Update

Allow using a custom MCP client (#276)

Jaana Dogan
5 months ago

Commit: 7f5fe5e

Date: November 13, 2025 at 4:39 PM

Update

Restructure the REST API packages (#254)

Jaana Dogan
5 months ago

Commit: f5d265a

Date: November 13, 2025 at 4:30 PM

Commit: b5bc2c3

Date: November 13, 2025 at 3:40 PM

Per Go style guideline, avoid repetitiveness caused by package name in identifier names.

Commit: 9992414

Date: November 13, 2025 at 10:01 AM

  • Add command-line params in web launcher for server timeouts
  • Added comments
Update

Avoid the unnecessary type alias (#250)

Jaana Dogan
5 months ago

Commit: 7e06e5b

Date: November 11, 2025 at 9:36 AM

Type aliases are useful for large scale refactoring for a gradual transition. They used to be used only exceptional cases when the old code has to keep using the old type.

Update

Typo in package comment (#246)

Marc Herbrechter
5 months ago

Commit: 2325424

Date: November 10, 2025 at 1:34 PM

  • Typo
  • Update main.go

---------

Co-authored-by: Dmitry Pasiukevich

Update

cmd/adkgo: hide adkgo subpackages to internal (#232)

Hyang-Ah Hana Kim
5 months ago

Commit: 445add1

Date: November 7, 2025 at 6:46 PM

They don't need to be public yet.

Update

Add artifact docs (#231)

ngeorgy
5 months ago

Commit: 185ba8d

Date: November 7, 2025 at 3:03 PM

Update

Add runner package docs. (#227)

Dmitry Pasiukevich
5 months ago

Commit: 68a9844

Date: November 7, 2025 at 10:27 AM

Update

Add tool docs (#224)

ngeorgy
5 months ago

Commit: 693f47b

Date: November 7, 2025 at 10:26 AM

Commit: b82cf83

Date: November 6, 2025 at 6:00 PM

  • Add workflowagents comments
  • Add model comments
  • Add memory package comments
  • Update agent/workflowagents/loopagent/agent.go

Co-authored-by: gemini-code-assist[bot]

  • Update agent/workflowagents/sequentialagent/agent.go

Co-authored-by: gemini-code-assist[bot]

  • Update agent/workflowagents/parallelagent/agent.go

Co-authored-by: gemini-code-assist[bot]

  • Update agent/workflowagents/sequentialagent/agent.go

Co-authored-by: gemini-code-assist[bot]

  • Update memory/service.go

Co-authored-by: gemini-code-assist[bot]

---------

Co-authored-by: gemini-code-assist[bot]

Update

Comments for cmd/adkgo and cmd/launcher (#220)

Karol Droste
5 months ago

Commit: 4251f7d

Date: November 6, 2025 at 1:55 PM

  • Comments for cmd/adkgo/
  • Comments for cmd/launcher/
  • Make web and console launchers unexported
Update

Add llmagent docs (#221)

Dmitry Pasiukevich
5 months ago

Commit: 5ba0fd7

Date: November 6, 2025 at 1:50 PM

  • Add llmagent docs
Update

Handle partial events in console launcher (#219)

Dmitry Pasiukevich
5 months ago

Commit: 18150b3

Date: November 6, 2025 at 12:32 PM

Update

Add gemini tracking headers. (#218)

João Westerberg
5 months ago

Commit: b81ab80

Date: November 6, 2025 at 12:31 PM

  • Add gemini tracking headers.
  • Add httprr test validating request headers
  • Change func name
  • Change test error message
Update

Expose event.IsFinalResponse() (#217)

Dmitry Pasiukevich
5 months ago

Commit: bd771b9

Date: November 6, 2025 at 11:05 AM

Update

Add nightly build badges (#215)

Dmitry Pasiukevich
5 months ago

Commit: 88f07ba

Date: November 6, 2025 at 9:05 AM

  • Add nightly build and reddit badges
Update

Update LICENSE file name and go doc link (#214)

Dmitry Pasiukevich
5 months ago

Commit: ccd61aa

Date: November 5, 2025 at 9:27 PM

  • Update LICENSE file name and go doc link
  • Update README.md

Co-authored-by: gemini-code-assist[bot]

---------

Co-authored-by: gemini-code-assist[bot]

Update

Update README.md (#213)

Maciej Zasada
5 months ago

Commit: 257321e

Date: November 5, 2025 at 7:23 PM

Use google.golang.org/adk instead of github.com target

Update

Update README.md (#212)

Maciej Zasada
5 months ago

Commit: 4e594e4

Date: November 5, 2025 at 7:00 PM

Update

Add docs for the agent package. (#209)

Dmitry Pasiukevich
5 months ago

Commit: 2fc2a4b

Date: November 5, 2025 at 6:21 PM

  • Add docs for the agent package.
  • comments
Update

Implement EndInvocation (#206)

ngeorgy
5 months ago

Commit: a5f7812

Date: November 5, 2025 at 2:53 PM

  • Implement EndInvocation
Update

Update README.md (#207)

Maciej Zasada
5 months ago

Commit: 40a2ba2

Date: November 5, 2025 at 1:59 PM

Add links to the other ADKs.