agent-swarm-kit 1.1.174 → 1.1.176
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 +25 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -552,6 +552,31 @@ Perfect for preparing training data to fine-tune agents within `agent-swarm-kit`
|
|
|
552
552
|
#### Get Started
|
|
553
553
|
Visit [agent-tune.github.io](https://agent-tune.github.io/) to try it out, or clone the repository to customize it further. Combine it with `agent-swarm-kit` for a seamless workflow from dataset creation to agent deployment. 🚀
|
|
554
554
|
|
|
555
|
+
### Trading Signals MCP Server
|
|
556
|
+
|
|
557
|
+
> **[Explore Trading Signals MCP](https://github.com/tripolskypetr/trading-signals-mcp)** 📊
|
|
558
|
+
|
|
559
|
+
The **Trading Signals MCP Server** is a comprehensive technical analysis service designed to provide real-time cryptocurrency trading signals and market insights through the Binance exchange. It delivers multi-timeframe analysis, advanced technical indicators, order book data, and historical candle patterns to support informed trading decisions using the Model Context Protocol (MCP) framework.
|
|
560
|
+
|
|
561
|
+
#### Key Features
|
|
562
|
+
- 📈 **Multi-Timeframe Analysis**: Supports 1-minute to 1-hour candles for different trading strategies (scalping, day trading, swing trading)
|
|
563
|
+
|
|
564
|
+
- 📊 **Technical Indicators**: RSI, MACD, Bollinger Bands, Fibonacci levels, ATR, Stochastic, ADX, and more
|
|
565
|
+
|
|
566
|
+
- 📚 **Order Book Analysis**: Real-time liquidity zones and whale order detection
|
|
567
|
+
|
|
568
|
+
- 💹 **Volume Analysis**: Pivot points, volume spikes, and institutional activity detection
|
|
569
|
+
|
|
570
|
+
- ⚡ **Trend Slope Analysis**: Minute-by-minute trend slope for immediate momentum shifts
|
|
571
|
+
|
|
572
|
+
- 🕐 **Historical Data**: OHLCV data with volatility metrics across multiple timeframes
|
|
573
|
+
|
|
574
|
+
#### Use Case
|
|
575
|
+
Ideal for integrating trading intelligence into AI agents within `agent-swarm-kit`. Use it to build agents that analyze market conditions, generate trading signals, or provide investment insights. The MCP framework ensures structured data delivery for seamless AI model integration.
|
|
576
|
+
|
|
577
|
+
#### Get Started
|
|
578
|
+
Install via NPX with no setup required, or clone the repository for local deployment. Perfect for combining with `agent-swarm-kit` to create sophisticated trading analysis agents.
|
|
579
|
+
|
|
555
580
|
---
|
|
556
581
|
|
|
557
582
|
## 🤝 Contribute
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-swarm-kit",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.176",
|
|
4
4
|
"description": "A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Petr Tripolsky",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"di-kit": "^1.0.18",
|
|
83
83
|
"di-scoped": "^1.0.20",
|
|
84
|
-
"functools-kit": "^1.0.
|
|
84
|
+
"functools-kit": "^1.0.94",
|
|
85
85
|
"get-moment-stamp": "^1.1.1",
|
|
86
86
|
"lodash-es": "4.17.21",
|
|
87
87
|
"xml2js": "0.6.2"
|