talon-agent 3.6.0 → 3.6.1
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 +11 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
[](#backends)
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
[](https://github.com/dylanneve1/talon/actions/workflows/ci.yml)
|
|
8
|
+
[](https://github.com/sponsors/dylanneve1)
|
|
8
9
|
|
|
9
10
|
Multi-platform agentic AI harness. Runs on **Telegram**, **Discord**, **Microsoft Teams**, the **Terminal**, and a **cross-platform Desktop/Mobile companion app** (Flutter), with a pluggable backend (**Claude Agent SDK**, **Kilo**, **OpenCode**, **Codex**, or **OpenAI Agents**) and full tool access through MCP.
|
|
10
11
|
|
|
@@ -438,6 +439,16 @@ npm run format # prettier --write
|
|
|
438
439
|
|
|
439
440
|
---
|
|
440
441
|
|
|
442
|
+
## Support
|
|
443
|
+
|
|
444
|
+
Talon is free and MIT-licensed, built and maintained in the open. If it's useful to you, sponsoring helps cover hosting and model costs and funds continued development — and keeps it free for everyone.
|
|
445
|
+
|
|
446
|
+
**[❤️ Sponsor Talon on GitHub](https://github.com/sponsors/dylanneve1)**
|
|
447
|
+
|
|
448
|
+
Even a one-time tip makes a difference, and every sponsor is appreciated. Starring the repo helps too.
|
|
449
|
+
|
|
450
|
+
---
|
|
451
|
+
|
|
441
452
|
## License
|
|
442
453
|
|
|
443
454
|
MIT
|