-
Notifications
You must be signed in to change notification settings - Fork 0
Dev/ac knowledge agent #7
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
Open
ac-s1
wants to merge
9
commits into
main
Choose a base branch
from
dev/ac-knowledge-agent
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
- Add comprehensive Next.js application demonstrating StackOne Documents API - Include RAG architecture with multi-provider cloud storage integration - Features OAuth flows, file picker components, and document processing pipeline - Supports Google Drive, Dropbox, OneDrive and other cloud storage providers - Includes streaming chat interface and agent management capabilities - Update package-lock.json with new dependencies for the demo app
- Update next.config.ts to use new turbopack configuration syntax - Remove deprecated experimental.turbo option - Add Turbopack build script for faster builds - Add webpack fallback script for debugging - Maintain compatibility with existing webpack configuration Based on Next.js documentation: https://nextjs.org/docs/app/api-reference/next-config-js/turbopack
- Reorganized README to focus on three key aspects: why, how, and how to use - Added Quick Start section at the top for immediate accessibility - Included comprehensive system architecture diagram with component interactions - Removed separate documentation files and consolidated into single README - Improved readability with clear sections and visual diagrams
- Regenerated package-lock.json to resolve conflicts with main branch - Merged latest changes from main including oauth-redirect-proxy app
- Add comprehensive Next.js application demonstrating StackOne Documents API - Implement multi-provider cloud storage integration (Google Drive, Dropbox, OneDrive, Notion) - Build AI-powered document chat with RAG architecture - Include StackOne Hub for OAuth flows and File Picker for file selection - Add production-ready features: vector search, embeddings, conversation management - Provide complete setup documentation and architecture diagrams
- Add Architecture Benefits section highlighting unified integration, scalable processing, and production-ready features - Add Cloud Stack Flexibility section with specific examples for AWS, Google Cloud, Azure, and on-premises deployments - Include hybrid approaches for multi-cloud and compliance-focused scenarios - Demonstrate how StackOne works across different cloud environments
- Security fixes: Add server-only guard, fix IDOR vulnerabilities, enhance input validation - Logging improvements: Redact sensitive data, remove full DB record logging - Configuration fixes: Update ESLint, PostCSS, Next.js configs for better TypeScript support - UI/UX improvements: Fix viewport heights, form buttons, router navigation - Code quality: Rename Document interface, fix DOM queries, enhance type safety - Remove redundant queries and improve error handling throughout
This reverts commit 52b7c17.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
Unable to deploy a commit from a private repository on your GitHub organization to the Alex's projects team on Vercel, which is currently on the Hobby plan. In order to deploy, you can:
To read more about collaboration on Vercel, click here. |
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.
🚀 StackOne Knowledge Agent Demo
This PR introduces the StackOne Knowledge Agent Demo - a Next.js application that demonstrates how to build AI-powered document chat using StackOne's Documents API.