Skip to content

Commit d3a3e64

Browse files
committed
Update README Features: restructure Planning/Diary/Notes/Cost Tracking sections; clarify planner path, diary prompts/backlinks, and cost metadata
1 parent 2d1ffba commit d3a3e64

File tree

1 file changed

+16
-32
lines changed

1 file changed

+16
-32
lines changed

README.md

Lines changed: 16 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,28 @@
11
# Second Brain
22

3-
AI-powered journaling with semantic backlinks and intelligent book notes search.
3+
AI-powered personal knowledge system with daily planning, reflective journaling, semantic backlinks, and intelligent book notes search.
44

55
## Features
66

7-
**Planning:**
8-
- Daily task management with action items
9-
- LLM-powered task extraction from yesterday's diary entry
7+
**Planning** (`brain plan`)
8+
- LLM extracts actionable tasks from yesterday's diary
109
- Auto-carries forward unchecked todos from yesterday's plan
11-
- Simple, distraction-free format
10+
- Saves to `PLANNER_PATH` with backlinks to source entries
1211

13-
**Diary:**
14-
- Evening reflection entries with AI-generated prompts
15-
- Semantic backlinks using LLM analysis (not keyword matching)
16-
- Automatic topic tag generation
17-
- Bulk refresh command for regenerating links
12+
**Diary** (`brain diary`)
13+
- Evening reflection with AI-generated prompts from past 3 days
14+
- Semantic backlinks via LLM analysis (not keyword matching)
15+
- Automatic topic tags and temporal connections
1816
- Obsidian-compatible markdown format
1917

20-
**Notes Search:**
21-
- Search book notes via Azure AI Search
22-
- Semantic and text search modes
23-
- Rich formatted results
24-
- **Requires Azure AI Search** (no local alternative)
25-
26-
**Cost Tracking:**
27-
- Real-time Azure OpenAI usage tracking
28-
- Local SQLite database storage
29-
- Cost summaries, trends, and projections
30-
- Per-operation breakdowns (diary, planning, analysis)
31-
- Export to CSV for billing analysis
32-
33-
**Logging:**
34-
- Rich-formatted colored console output
35-
- Clean UX with smart log suppression (no interruptions during spinners)
36-
- Multiple verbosity levels (--verbose, --debug)
37-
- File and console output options
38-
- Suppressed noisy third-party HTTP logs
39-
40-
**LLM Support:**
41-
- Azure OpenAI - Full functionality for all commands
18+
**Notes Search** (`brain notes`)
19+
- Semantic and text search of book notes via Azure AI Search
20+
- Rich formatted results with highlights
21+
22+
**Cost Tracking** (`brain cost`)
23+
- Real-time Azure OpenAI usage tracking in local SQLite database
24+
- Comprehensive metadata: temperature, max_tokens, prompt/response lengths
25+
- Summaries, trends, projections, and per-operation breakdowns
4226

4327
## Quick Start
4428

0 commit comments

Comments
 (0)