@hasna/assistants 0.6.60 → 0.6.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -6
- package/dist/.assistants/feedback/cf204917-529b-4cdb-a0a3-ff97033b59f4.json +8 -0
- package/dist/index.js +102997 -84318
- package/dist/index.js.map +80 -30
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
# assistants
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
A general-purpose AI assistant designed to help with any task - from research and writing to coding, automation, and beyond. Built terminal-first with powerful integrations.
|
|
4
|
+
|
|
5
|
+
**This is not just a coding tool.** While it excels at development workflows, it's designed as a versatile assistant that can help with:
|
|
6
|
+
- Research and analysis
|
|
7
|
+
- Writing and content creation
|
|
8
|
+
- Task management and productivity
|
|
9
|
+
- Business operations
|
|
10
|
+
- Personal assistance
|
|
11
|
+
- Software development
|
|
12
|
+
- Automation and integrations
|
|
4
13
|
|
|
5
14
|
## Installation
|
|
6
15
|
|
|
@@ -28,11 +37,14 @@ export ANTHROPIC_API_KEY="your-key"
|
|
|
28
37
|
|
|
29
38
|
## Features
|
|
30
39
|
|
|
31
|
-
- **
|
|
32
|
-
- **
|
|
33
|
-
- **
|
|
34
|
-
- **
|
|
35
|
-
- **
|
|
40
|
+
- **General-purpose**: Handles any task - research, writing, coding, automation, and more
|
|
41
|
+
- **Terminal-first**: Fast, keyboard-driven interface with an Ink-based TUI
|
|
42
|
+
- **Connector-powered**: Integrates with services via `connect-*` CLIs (Notion, Google Drive, Gmail, Linear, Slack, etc.)
|
|
43
|
+
- **Skills**: Reusable instructions with `SKILL.md` files for domain-specific workflows
|
|
44
|
+
- **Hooks**: Event-driven automation for custom behaviors
|
|
45
|
+
- **Memory**: Persistent context across sessions for continuity
|
|
46
|
+
- **Multi-session**: Work on multiple tasks simultaneously
|
|
47
|
+
- **Identity management**: Switch between personas and contexts
|
|
36
48
|
|
|
37
49
|
## Configuration
|
|
38
50
|
|