Autonomous research agent with web search, source analysis, and report synthesis. Built on Pi agent core. Available as CLI, programmatic API, and MCP server. Features: - 4 built-in tools: web_search, read_url, save_note, synthesize_report - CLI with TUI and print modes - Programmatic API via ResearchAgent class - MCP server with 3 tools: research, quick_search, read_url - Skills system for custom research behavior - Automatic .env file loading for API keys - Configurable max turns, output formats (markdown/JSON/bullet) - Automatic report saving to research-output/
43 lines
502 B
Plaintext
43 lines
502 B
Plaintext
node_modules/
|
|
dist/
|
|
*.log
|
|
.DS_Store
|
|
*.tsbuildinfo
|
|
# packages/*/node_modules/
|
|
packages/*/dist/
|
|
packages/*/dist-chrome/
|
|
packages/*/dist-firefox/
|
|
*.cpuprofile
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.zed/
|
|
.idea/
|
|
.claude/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Package specific
|
|
.npm/
|
|
coverage/
|
|
.nyc_output/
|
|
.pi_config/
|
|
tui-debug.log
|
|
compaction-results/
|
|
.opencode/
|
|
syntax.jsonl
|
|
out.jsonl
|
|
pi-*.html
|
|
out.html
|
|
packages/coding-agent/binaries/
|
|
todo.md
|
|
plans/
|
|
.pi/hf-sessions/
|
|
.pi/hf-sessions-backup/
|
|
collect.sh
|
|
research-output/
|