talon-agent 3.6.0 → 3.6.2
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 +15 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="docs/assets/talon-hero.png" alt="Talon — multi-platform agentic AI harness" width="880">
|
|
3
|
+
</p>
|
|
4
|
+
|
|
1
5
|
# Talon
|
|
2
6
|
|
|
3
7
|
[](https://nodejs.org)
|
|
@@ -5,6 +9,7 @@
|
|
|
5
9
|
[](#backends)
|
|
6
10
|
[](LICENSE)
|
|
7
11
|
[](https://github.com/dylanneve1/talon/actions/workflows/ci.yml)
|
|
12
|
+
[](https://github.com/sponsors/dylanneve1)
|
|
8
13
|
|
|
9
14
|
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
15
|
|
|
@@ -438,6 +443,16 @@ npm run format # prettier --write
|
|
|
438
443
|
|
|
439
444
|
---
|
|
440
445
|
|
|
446
|
+
## Support
|
|
447
|
+
|
|
448
|
+
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.
|
|
449
|
+
|
|
450
|
+
**[❤️ Sponsor Talon on GitHub](https://github.com/sponsors/dylanneve1)**
|
|
451
|
+
|
|
452
|
+
Even a one-time tip makes a difference, and every sponsor is appreciated. Starring the repo helps too.
|
|
453
|
+
|
|
454
|
+
---
|
|
455
|
+
|
|
441
456
|
## License
|
|
442
457
|
|
|
443
458
|
MIT
|