mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-17 08:22:34 -05:00
[PR #862] [CLOSED] feat: AI Knowledge Explorer #13274
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/862
Author: @katrinalaszlo
Created: 6/5/2026
Status: ❌ Closed
Base:
main← Head:feat/ai-knowledge-explorer📝 Commits (1)
6e2632bfeat: add AI Knowledge Explorer generative UI agent📊 Changes
36 files changed (+17218 additions, -0 deletions)
View changed files
➕
generative_ui_agents/ai-knowledge-explorer/.env.example(+2 -0)➕
generative_ui_agents/ai-knowledge-explorer/.gitignore(+10 -0)➕
generative_ui_agents/ai-knowledge-explorer/README.md(+95 -0)➕
generative_ui_agents/ai-knowledge-explorer/agent/.gitignore(+4 -0)➕
generative_ui_agents/ai-knowledge-explorer/agent/.python-version(+1 -0)➕
generative_ui_agents/ai-knowledge-explorer/agent/langgraph.json(+10 -0)➕
generative_ui_agents/ai-knowledge-explorer/agent/main.py(+33 -0)➕
generative_ui_agents/ai-knowledge-explorer/agent/pyproject.toml(+19 -0)➕
generative_ui_agents/ai-knowledge-explorer/agent/src/__init__.py(+0 -0)➕
generative_ui_agents/ai-knowledge-explorer/agent/src/state.py(+34 -0)➕
generative_ui_agents/ai-knowledge-explorer/agent/src/tools.py(+455 -0)➕
generative_ui_agents/ai-knowledge-explorer/agent/uv.lock(+2080 -0)➕
generative_ui_agents/ai-knowledge-explorer/next-env.d.ts(+6 -0)➕
generative_ui_agents/ai-knowledge-explorer/next.config.ts(+11 -0)➕
generative_ui_agents/ai-knowledge-explorer/package-lock.json(+12724 -0)➕
generative_ui_agents/ai-knowledge-explorer/package.json(+40 -0)➕
generative_ui_agents/ai-knowledge-explorer/postcss.config.mjs(+5 -0)➕
generative_ui_agents/ai-knowledge-explorer/scripts/run-agent.sh(+3 -0)➕
generative_ui_agents/ai-knowledge-explorer/scripts/setup-agent.sh(+3 -0)➕
generative_ui_agents/ai-knowledge-explorer/src/app/api/copilotkit/[[...slug]]/route.ts(+29 -0)...and 16 more files
📄 Description
Summary
Test plan
npm install && npm run devstarts frontend (3000) + agent (8123)🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.