Skip to content

Commit 986de60

Browse files
committed
Add Confluence tools integration with search and page retrieval capabilities
1 parent 71950f3 commit 986de60

File tree

11 files changed

+2313
-16
lines changed

11 files changed

+2313
-16
lines changed

config.yaml.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ tavily:
1616
api_key: "your-tavily-api-key-here" # Required: Your Tavily API key
1717
api_base_url: "https://api.tavily.com" # Tavily API base URL
1818

19+
# Confluence Configuration (Optional - for internal knowledge base search)
20+
confluence:
21+
base_url: "https://conf.redmadrobot.com" # Your Confluence base URL
22+
username: "your-username" # Confluence username
23+
password: "your-password-or-api-token" # Confluence password or API token
24+
timeout: 30.0 # Request timeout in seconds
25+
1926
# Search Settings
2027
search:
2128
max_results: 10 # Maximum number of search results

0 commit comments

Comments
 (0)