-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcookiecutter.json
More file actions
82 lines (82 loc) · 2.9 KB
/
Copy pathcookiecutter.json
File metadata and controls
82 lines (82 loc) · 2.9 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"author": "Bindu Sunflower",
"email": "bindu.builder@getbindu.com",
"author_github_handle": "bindu-wizard",
"dockerhub_username": "{{cookiecutter.author_github_handle}}",
"project_name": "my-bindu-agent",
"project_slug": "{{cookiecutter.project_name|lower|replace('-', '_')}}",
"project_description": "A Bindu AI agent for intelligent task handling",
"agent_framework": [
"agno",
"langchain",
"crew",
"fastagent",
"openai agent",
"google adk agent",
"custom"
],
"skill_names": "\n\ud83d\udcbc Business & Finance\n 1. finance 2. financial-coach 3. competitor-analysis 4. startup-analyst 5. explainable-business\n\ud83d\udd2c Research & Analysis\n 6. deep-research 7. analyze-paper 8. hackernews-analysis 9. media-trend-analysis\n\ud83c\udfa8 Creative & Content\n 10. instagram-post 11. meme-generator 12. screenplay-writer 13. recipe-creator 14. youtube 15. web-extraction\n\ud83c\udf1f Personal & Lifestyle\n 16. travel-planner 17. surprise-travel-planning 18. shopping-partner 19. movie-recommender 20. personalized-book-recommendation\n\ud83d\udc9a Health & Wellness\n 21. breakup-recovery 22. cbt-clinical-critic 23. cbt-drafter 24. cbt-safety-guardian 25. cbt-supervisor-orchestrator\n\u2699\ufe0f Technical & Development\n 26. system-architect-advisor 27. biomni\n\u2696\ufe0f Legal & Compliance\n 28. legal-consultant 29. zk-policy\n\nEnter numbers (e.g., 1,6,10) or skill names (e.g., finance,deep-research), or press Enter to skip",
"auth_provider": [
"y",
"n"
],
"observability_provider": [
"none",
"phoenix",
"jaeger",
"langfuse"
],
"storage_type": [
"memory",
"postgres"
],
"scheduler_type": [
"memory",
"redis"
],
"security_features": [
"did-and-pki",
"did-only",
"pki-only",
"none"
],
"enable_paywall": [
"n",
"y"
],
"include_github_actions": [
"y",
"n"
],
"open_source_license": [
"Apache Software License 2.0",
"MIT license",
"BSD license",
"ISC license",
"GNU General Public License v3",
"Not open source"
],
"_comment": "Internal defaults (not prompted to user)",
"_agent_version": "1.0.0",
"_bindu_version": "2026.9.4",
"_deployment_host": "0.0.0.0",
"_deployment_port": "3773",
"_log_level": "info",
"_storage_type": "memory",
"_scheduler_type": "memory",
"_type_checker": "ty",
"_enable_system_message": "y",
"_enable_context_based_history": "n",
"_include_dockerfile": "y",
"_verification_key_type": "rsa",
"_recreate_keys": "n",
"_enable_execution_cost": "n",
"_telemetry_backend": "jaeger",
"_paywall_amount": "$0.0001",
"_paywall_token": "USDC",
"_paywall_network": "base-sepolia",
"_paywall_address": "0x0000000000000000000000000000000000000000",
"_oltp_endpoint": "http://localhost:4318/v1/traces",
"_phoenix_endpoint": "http://localhost:6006",
"_langfuse_endpoint": "http://localhost:3000"
}