feat: add AVE Cloud Skills integration for conversational agent tools
- Add ave-cloud-skill as git submodule - Create symlink for Python import at src/backend/app/ave - Replace search_tokens with new library-based implementation - Add get_token, get_price, get_risk tools using ave-cloud-skill library - Update TOOLS array and SYSTEM_PROMPT_WITH_TOOLS Implements issue #56
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "ave-cloud-skill"]
|
||||
path = ave-cloud-skill
|
||||
url = https://github.com/AveCloud/ave-cloud-skill.git
|
||||
1
ave-cloud-skill
Submodule
1
ave-cloud-skill
Submodule
Submodule ave-cloud-skill added at 5eaef99e15
1
src/backend/app/ave
Symbolic link
1
src/backend/app/ave
Symbolic link
@@ -0,0 +1 @@
|
||||
../../ave-cloud-skill/scripts/ave
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user