You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -240,34 +241,50 @@ If you encounter issues, follow these steps:
240
241
241
242
## 💡 Next Steps
242
243
243
-
Below are several detailed project ideas demonstrating how the template can be used to build autonomous AI agents:
244
-
245
-
### 1. Travel AI Agent
246
-
- Implement a travel service layer that:
247
-
- Connects to flight/hotel booking APIs
248
-
- Manages itinerary generation
249
-
- Handles payment processing
250
-
- Stores user preferences/history
251
-
- Agent interfaces with this to:
252
-
- Process natural language travel requests
253
-
- Check availability and pricing
254
-
- Generate customized itineraries
255
-
- Handle booking confirmations
256
-
- Example: User asks "Book me a trip to Paris" -> Agent queries travel service for options -> Handles booking flow through conversation
257
-
258
-
### 2. Event & Updates Agent
259
-
-**Core Concept**: Keep community informed about Flare developments
260
-
-**Implementation**:
261
-
- Monitor official channels for announcements
262
-
- Summarize technical updates in accessible language
263
-
- Answer questions about recent changes
264
-
- Generate event reminders and summaries
265
-
266
-
### 3. DeFi Portfolio AI Agent
267
-
268
-
- Build a service that tracks single wallet DeFi positions, analyzes APY/risks, and calculates profit/loss
269
-
- Process natural language queries through Twitter/Telegram for portfolio stats and alerts
270
-
- Run sensitive wallet monitoring securely in TEE with attestation
271
-
- Examples: "Check my wallet APY", "Alert me when health factor < 80%", "Show today's earnings"
244
+
Below are several project ideas demonstrating how the template can be used to build useful social AI agents:
245
+
246
+
### Dev Support on Telegram
247
+
248
+
-**Integrate with flare-ai-rag:**
249
+
Combine the social AI agent with the [flare-ai-rag](https://github.com/flare-foundation/flare-ai-rag) model trained on the [Flare Developer Hub](https://dev.flare.network) dataset.
250
+
-**Enhanced Developer Interaction:**
251
+
252
+
- Provide targeted support for developers exploring [FTSO](https://dev.flare.network/ftso/overview) and [FDC](https://dev.flare.network/fdc/overview).
253
+
- Implement code-based interactions, including live debugging tips and code snippet sharing.
254
+
255
+
-**Action Steps:**
256
+
- Connect the model to GitHub repositories to fetch live code examples.
257
+
- Fine-tune prompt templates using technical documentation to improve precision in code-related queries.
258
+
259
+
### Community Support on Telegram
260
+
261
+
-**Simplify Technical Updates:**
262
+
- Convert detailed [Flare governance proposals](https://proposals.flare.network) into concise, accessible summaries for community members.
263
+
-**Real-Time Monitoring and Q&A:**
264
+
265
+
- Monitor channels like the [Flare Telegram](https://t.me/FlareNetwork) for live updates.
266
+
- Automatically answer common community questions regarding platform changes.
267
+
268
+
-**Action Steps:**
269
+
- Integrate modules for content summarization and sentiment analysis.
270
+
- Establish a feedback loop to refine responses based on community engagement.
271
+
272
+
### Social Media Sentiment & Moderation Bot
273
+
274
+
-**Purpose:**
275
+
Analyze sentiment on platforms like Twitter, Reddit, or Discord to monitor community mood, flag problematic content, and generate real-time moderation reports.
276
+
277
+
-**Action Steps:**
278
+
- Leverage NLP libraries for sentiment analysis and content filtering.
279
+
- Integrate with social media APIs to capture and process live data.
280
+
- Set up dashboards to monitor trends and flagged content.
281
+
282
+
### Personalized Content Curation Agent
272
283
284
+
-**Purpose:**
285
+
Curate personalized content such as news, blog posts, or tutorials tailored to user interests and engagement history.
273
286
287
+
-**Action Steps:**
288
+
- Employ user profiling techniques to analyze preferences.
289
+
- Use machine learning algorithms to recommend content based on past interactions.
290
+
- Continuously refine the recommendation engine with user feedback and engagement metrics.
0 commit comments