Merged
Conversation
…t onInteract callback in GeneratorForm for user interaction tracking
…ide ToC in Explore component
… AI badge in GeneratorForm
… HeroSection layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request significantly expands and clarifies the Go Initializer documentation, with a particular focus on AI Agent project support, LLM provider integration, add-ons (especially for AI and vector stores), and API usage. The documentation now provides comprehensive guides and reference material for users generating AI-powered Go projects, including detailed environment variable usage, workflow patterns, and add-on configuration.
Major documentation improvements:
Key changes by theme:
AI Agent and LLM Provider Documentation
frontend/public/docs/ai-agent.mdas a comprehensive guide for AI Agent projects, covering structure, configuration, LLM providers, tool and vector store integration, workflow orchestration, and Dockerization.frontend/public/docs/frameworks.mdto explain the LLM provider selector for AI Agent projects, including LangChainGo, OpenAI, Gemini, and Ollama, with code samples and comparison tables.API Reference Enhancements
frontend/public/docs/api-reference.mdto document the new AI Agent project type, vector store add-ons, and detailed request/response examples for generating both standard and AI Agent projects.Add-on System Documentation
frontend/public/docs/how-to-addons.mdwith detailed sections for the AI add-on (LangChainGo client), vector store add-ons (pgvector, chromem, Qdrant), and their usage patterns, including infrastructure notes and code snippets.Introduction and Project Type Clarification
frontend/public/docs/introduction.mdto reflect new project types, especially AI Agent, and expanded the project type table and add-on capabilities. [1] [2]These changes provide users with clear, actionable documentation for generating and deploying AI-powered Go projects with Go Initializer, supporting a range of LLM providers and vector store integrations.