Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .freeco/knowledge_base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"doc1": {
"id": "doc1",
"title": "Test Doc",
"content": "This is a test document",
"category": "general",
"doc_type": "markdown",
"created_at": "2025-11-07T10:38:52.566943",
"updated_at": "2025-11-07T10:38:52.566945",
"tags": [],
"size": 23
},
"doc2": {
"id": "doc2",
"title": "API Notes",
"content": "REST API design patterns",
"category": "notes",
"doc_type": "markdown",
"created_at": "2025-11-07T10:12:52.808506",
"updated_at": "2025-11-07T10:12:52.808507",
"tags": [],
"size": 24
},
"f8af9c32": {
"id": "f8af9c32",
"title": "Python Tips",
"content": "Python is awesome",
"category": "guides",
"doc_type": "markdown",
"created_at": "2025-11-07T10:39:04.246273",
"updated_at": "2025-11-07T10:39:04.246276",
"tags": [],
"size": 17
},
"3b3aa7de": {
"id": "3b3aa7de",
"title": "FreEco.AI Implementation Guide",
"content": "Complete guide for implementing FreEco.AI with Minimax M2 Pro integration, including setup, configuration, and deployment steps.",
"category": "guides",
"doc_type": "markdown",
"created_at": "2025-11-07T11:24:36.824934",
"updated_at": "2025-11-07T11:24:36.824939",
"tags": [],
"size": 128
}
}
17 changes: 17 additions & 0 deletions .freeco/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"minimax": {
"api_key": "test_key_12345",
"model": "minimax-01",
"temperature": 0.7,
"max_tokens": 4096,
"base_url": "https://api.minimax.io/v1"
},
"theme": {
"mode": "dark",
"primary_color": "#000000",
"secondary_color": "#FFFFFF",
"accent_color": "#10B981"
},
"auto_save": true,
"debug_mode": false
}
46 changes: 46 additions & 0 deletions .freeco/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"task1": {
"id": "task1",
"title": "Test Task 1",
"description": "Description 1",
"status": "in_progress",
"priority": "high",
"created_at": "2025-11-07T10:38:52.566158",
"updated_at": "2025-11-07T10:38:52.566413",
"due_date": null,
"tags": []
},
"task2": {
"id": "task2",
"title": "Build API",
"description": "Create REST API with FastAPI",
"status": "pending",
"priority": "medium",
"created_at": "2025-11-07T10:12:52.807867",
"updated_at": "2025-11-07T10:12:52.807868",
"due_date": null,
"tags": []
},
"17a42034": {
"id": "17a42034",
"title": "Buy groceries",
"description": "Organic vegetables",
"status": "pending",
"priority": "high",
"created_at": "2025-11-07T10:39:04.149017",
"updated_at": "2025-11-07T10:39:04.149021",
"due_date": null,
"tags": []
},
"6b4f3ea6": {
"id": "6b4f3ea6",
"title": "Review FreEco.AI Documentation",
"description": "Read through all documentation and make notes",
"status": "pending",
"priority": "high",
"created_at": "2025-11-07T11:16:22.156445",
"updated_at": "2025-11-07T11:16:22.156450",
"due_date": null,
"tags": []
}
}
Loading