untitled_folder
├─ .git
│ ├─ HEAD
│ ├─ config
│ ├─ description
│ ├─ hooks
│ │ ├─ applypatch-msg.sample
│ │ ├─ commit-msg.sample
│ │ ├─ fsmonitor-watchman.sample
│ │ ├─ post-update.sample
│ │ ├─ pre-applypatch.sample
│ │ ├─ pre-commit.sample
│ │ ├─ pre-merge-commit.sample
│ │ ├─ pre-push.sample
│ │ ├─ pre-rebase.sample
│ │ ├─ pre-receive.sample
│ │ ├─ prepare-commit-msg.sample
│ │ ├─ push-to-checkout.sample
│ │ └─ update.sample
│ ├─ info
│ │ └─ exclude
│ ├─ objects
│ │ ├─ info
│ │ └─ pack
│ └─ refs
│ ├─ heads
│ └─ tags
├─ .gitignore
├─ .python-version
├─ README.md
├─ pyproject.toml
├─ rag_assistant
│ ├─ .env
│ ├─ .gitignore
│ ├─ README.md
│ ├─ db
│ │ ├─ 2abf9905-62a4-4cf5-afcd-6f04535678a2
│ │ │ ├─ data_level0.bin
│ │ │ ├─ header.bin
│ │ │ ├─ length.bin
│ │ │ └─ link_lists.bin
│ │ └─ chroma.sqlite3
│ ├─ knowledge
│ │ ├─ 21_Laws_of_AI_Solutions_Architecture.pdf
│ │ └─ user_preference.txt
│ ├─ pyproject.toml
│ ├─ report.md
│ ├─ src
│ │ └─ rag_assistant
│ │ ├─ __init__.py
│ │ ├─ config
│ │ │ ├─ agents.yaml
│ │ │ └─ tasks.yaml
│ │ ├─ crew.py
│ │ ├─ main.py
│ │ └─ tools
│ │ ├─ __init__.py
│ │ └─ custom_tool.py
│ ├─ tests
│ └─ uv.lock
└─ uv.lock
-
Notifications
You must be signed in to change notification settings - Fork 1
ancaohoang/crewai-pr-agents
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published