Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion protoagent.plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: google
name: Google Workspace
version: 0.1.0
version: 0.2.0
description: >-
Google Workspace for the agent, built to grow. Ships Gmail (read + draft),
Calendar (read), and Drive (read) today — gmail_list_unread, gmail_search,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "google-plugin"
version = "0.1.0"
version = "0.2.0"
description = "Google Workspace plugin for protoAgent — Gmail (read + draft) + Calendar (read) over a service-agnostic OAuth/REST core, built to grow."
requires-python = ">=3.11"

Expand Down
Loading