-
Notifications
You must be signed in to change notification settings - Fork 8
chore: doc updates for gmail #181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Amitha Dissanayake <[email protected]>
Signed-off-by: Amitha Dissanayake <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates documentation to reflect the addition of Gmail as a newly available integration. It updates references across both versioned (0.2.9) and current documentation, promotional pages, and configuration guides.
Key changes:
- Gmail integration promoted from "Coming Soon" to "Available" status
- Documentation links updated for memory management (correcting path from
/docs/advanced/to/docs/architecture/) - Configuration examples added for Gmail integration in README
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/versioned_docs/version-0.2.9/intro.md | Added Gmail to integration list and deployment diagram |
| docs/versioned_docs/version-0.2.9/integrations/overview.md | Added Gmail documentation link and updated integration diagrams |
| docs/src/pages/index.tsx | Moved Gmail from "Coming Soon" to active integrations with link |
| docs/src/pages/features.tsx | Updated integration lists to include Gmail and corrected memory management documentation link |
| docs/docs/intro.md | Added Gmail to integration list and deployment diagram |
| docs/docs/integrations/overview.md | Added Gmail documentation link and updated integration diagrams |
| ak-py/README.md | Added Gmail configuration section with environment variables and examples |
Comments suppressed due to low confidence (6)
docs/versioned_docs/version-0.2.9/integrations/overview.md:64
- The newly added AgentGmailHandler node 'P' in the mermaid diagram is missing a style definition. All other handler nodes (I, J, K, M, O, N) have style definitions, but P does not. Add a style definition for consistency, such as:
style P fill:#EA4335,stroke:#fff,stroke-width:2px,color:#fff(using Gmail's brand color).
D["RESTRequestHandler"] --> I["AgentSlackRequestHandler"] & J["AgentWhatsAppRequestHandler"] & K["AgentMessengerRequestHandler"] & M["AgentInstagramRequestHandler"] & O["AgentTelegramRequestHandler"] & P["AgentGmailHandler"] & N["CustomHandler"]
style I fill:#005073,stroke:#fff,stroke-width:2px,color:#fff
style J fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style K fill:#b5667b,stroke:#fff,stroke-width:2px,color:#fff
style M fill:#484c7a,stroke:#fff,stroke-width:2px,color:#fff
style O fill:#3a9ecc,stroke:#fff,stroke-width:2px,color:#fff
style N fill:#bd7e4a,stroke:#fff,stroke-width:2px,color:#fff
docs/docs/intro.md:178
- The newly added Gmail node 'O' in the mermaid diagram is missing a style definition. All other integration nodes (I, J, K, M, N) have style definitions, but O does not. Add a style definition for consistency, such as:
style O fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
D -- Integration --> I["Slack"] & J["WhatsApp"] & K["Messenger"] & M["Instagram"] & N["Telegram"] & O["Gmail"]
style A fill:#2e8555,stroke:#fff,stroke-width:2px,color:#fff
style I fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style J fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style K fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style M fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style N fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
docs/docs/integrations/overview.md:42
- The newly added Gmail node 'O' in the mermaid diagram is missing a style definition. All other integration nodes (I, J, K, M, N) have style definitions, but O does not. Add a style definition for consistency, such as:
style O fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
D["Integration"] --> I["Slack"] & J["WhatsApp"] & K["Messenger"] & M["Instagram"] & N["Telegram"] & O["Gmail"]
style I fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style J fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style K fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style M fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style N fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
docs/docs/integrations/overview.md:64
- The newly added AgentGmailHandler node 'P' in the mermaid diagram is missing a style definition. All other handler nodes (I, J, K, M, O, N) have style definitions, but P does not. Add a style definition for consistency, such as:
style P fill:#EA4335,stroke:#fff,stroke-width:2px,color:#fff(using Gmail's brand color).
D["RESTRequestHandler"] --> I["AgentSlackRequestHandler"] & J["AgentWhatsAppRequestHandler"] & K["AgentMessengerRequestHandler"] & M["AgentInstagramRequestHandler"] & O["AgentTelegramRequestHandler"] & P["AgentGmailHandler"] & N["CustomHandler"]
style I fill:#005073,stroke:#fff,stroke-width:2px,color:#fff
style J fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style K fill:#b5667b,stroke:#fff,stroke-width:2px,color:#fff
style M fill:#484c7a,stroke:#fff,stroke-width:2px,color:#fff
style O fill:#3a9ecc,stroke:#fff,stroke-width:2px,color:#fff
style N fill:#bd7e4a,stroke:#fff,stroke-width:2px,color:#fff
docs/versioned_docs/version-0.2.9/intro.md:178
- The newly added Gmail node 'O' in the mermaid diagram is missing a style definition. All other integration nodes (I, J, K, M, N) have style definitions, but O does not. Add a style definition for consistency, such as:
style O fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
D -- Integration --> I["Slack"] & J["WhatsApp"] & K["Messenger"] & M["Instagram"] & N["Telegram"] & O["Gmail"]
style A fill:#2e8555,stroke:#fff,stroke-width:2px,color:#fff
style I fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style J fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style K fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style M fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style N fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
docs/versioned_docs/version-0.2.9/integrations/overview.md:42
- The newly added Gmail node 'O' in the mermaid diagram is missing a style definition. All other integration nodes (I, J, K, M, N) have style definitions, but O does not. Add a style definition for consistency, such as:
style O fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
D["Integration"] --> I["Slack"] & J["WhatsApp"] & K["Messenger"] & M["Instagram"] & N["Telegram"] & O["Gmail"]
style I fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style J fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style K fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style M fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
style N fill:#1ebbd7,stroke:#fff,stroke-width:2px,color:#fff
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.