-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmetadata.json
More file actions
29 lines (29 loc) · 1.06 KB
/
metadata.json
File metadata and controls
29 lines (29 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "due_diligence_agent",
"version": "0.1.5",
"namespace": "turing_rhmor.near",
"description": "Automated multi-agent system for conducting due diligence analysis in 10 minutes.",
"category": "agent",
"tags": ["due diligence", "automation", "AI", "research", "reporting"],
"details": {
"agent": {
"defaults": {
"model": "llama-v3p1-70b-instruct",
"model_provider": "fireworks",
"model_temperature": 1.0,
"model_max_tokens": 16384
},
"welcome": {
"description": "DD is your personal AI due diligence expert, making it effortless to 10x your due diligence process",
"title": "DueDiligence"
}
},
"display_name": "DD",
"icon": "https://img.freepik.com/premium-vector/due-diligence-icon-vector-image-can-be-used-business-audit_120816-247268.jpg",
"env_vars": {
"OPENAI_API_KEY": "YOUR_OPEN_API_KEY",
"DEBUG": "true"
}
},
"show_entry": true
}