Conversation
There was a problem hiding this comment.
Pull request overview
This PR primarily rebrands the project from “YAN/Ollama Stack” to “RAG - Agent”, updating documentation and identifiers to match, and makes small wording/label adjustments in the agent workflow outputs.
Changes:
- Update README and module docstrings to reference “RAG - Agent” instead of the previous stack name.
- Add Compose project naming (
name: rag-agent) and rename built image tags forrag-api/agent-api. - Adjust task checklist wording/status label in
agent-api/workflow.py, and expand the Designer agent’srag_query_hint.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Rebrand docs (title/TOC/wording) to “RAG - Agent”. |
| rag-api/ingest.py | Update module header string to “RAG - Agent”. |
| rag-api/graph.py | Update module header string and add _require_env docstring. |
| docker-compose.yml | Set Compose project name and rename built image tags. |
| agent-api/workflow.py | Update checklist status label text and related comments/docstring. |
| agent-api/agents.py | Expand Designer agent rag_query_hint keywords. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+426
to
430
| Mỗi dòng đối chiếu một TL task với kết quả sinh code (3 trạng thái): | ||
| - ✅ Done: task được cover bởi ít nhất một file đã sinh. | ||
| - ⏳ Addressed in output: task chưa có file khớp nhưng đã được đề cập. | ||
| - ⏳ Partial: task chưa có file khớp nhưng đã được đề cập trong output. | ||
| - ❌ Deferred: task bị defer hoặc chưa được xử lý. | ||
|
|
Comment on lines
950
to
952
| # Thêm bảng Task Completion Checklist vào cuối output để đối chiếu | ||
| # mọi TL task với file đã sinh — ✅ Done hoặc ⏳ Addressed in output. | ||
| # mọi TL task với file đã sinh — ✅ Done, ⏳ Partial, hoặc ❌ Deferred. | ||
| if tl_tasks: |
Comment on lines
+64
to
+67
| """Trả về giá trị biến môi trường *name*. | ||
|
|
||
| Raise RuntimeError nếu biến không tồn tại — dùng cho các biến cấu hình bắt buộc. | ||
| """ |
|
|
||
| ``` | ||
| Ollama-Stack/ | ||
| RAG - Agent/ |
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.
No description provided.