Skip to content

Commit da45363

Browse files
chore: sync community agent READMEs from awesome-saas
1 parent 5c2dc3c commit da45363

File tree

4 files changed

+7
-22
lines changed

4 files changed

+7
-22
lines changed

developer-docs/example-projects/community/b2b-newsletter-writer.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
---
2-
title: 'B2B Newsletter AI Agent'
3-
description: 'Saas AI Agent'
4-
keywords: ['ai-agent', 'newsletter', 'b2b']
5-
---
1+
# B2B Newsletter AI Agent
62

73
## Overview
84
The **B2B Newsletter AI Agent** is a SaaS prototype that automatically generates audience-focused newsletters for businesses using the Alchemyst AI Platform. It leverages AI to create high-quality, personalized content that can be used for marketing, customer engagement, or internal communication.
@@ -52,4 +48,3 @@ ALCHEMYST_AI_API_KEY=your_api_key
5248
GEMINI_API_KEY=your_api_key
5349
5450
```
55-

developer-docs/example-projects/community/company_research.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
---
2-
title: 'Company Research AI Agent'
3-
description: 'AI Agent'
4-
keywords: ['ai-agent', 'company-research', 'b2b']
5-
---
1+
# Company Research AI Agent
62

73
A powerful, real-time company research application built with Python, Streamlit, and AlchemystAI's Chat Streaming API. This tool provides comprehensive business intelligence analysis for any company with streaming updates and downloadable reports.
84

@@ -50,4 +46,4 @@ A powerful, real-time company research application built with Python, Streamlit,
5046

5147
3. **Run app.py**
5248
```bash
53-
streamlit run app.py
49+
streamlit run app.py

developer-docs/example-projects/community/discord-bot.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
---
2-
title: 'Discord AI Chat Bot'
3-
description: 'Context-aware discord-bot'
4-
keywords: ['ai-agent', 'discord-bot', 'context-aware']
5-
---
1+
# Discord AI Chat Bot
62

73
A simple Discord bot powered by [Alchemyst AI SDK](https://docs.getalchemystai.com/integrations/sdk/typescript-sdk) and OpenAI. The bot stores conversation context and provides smart answers to users’ questions in direct messages.
84

@@ -24,3 +20,4 @@ A simple Discord bot powered by [Alchemyst AI SDK](https://docs.getalchemystai.c
2420
- Alchemyst AI API Key
2521
- OpenAI API Key
2622

23+
---

developer-docs/example-projects/community/prompt-evaluator.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
---
2-
title: ' AI Prompt Evaluator'
3-
description: ' AI-powered prompt evaluation tool'
4-
keywords: ['ai-agent', 'prompt-evaluator', 'context-aware']
5-
---
1+
# AI Prompt Evaluator
62

73
This project is an AI-powered prompt evaluation tool built with [Next.js](https://nextjs.org). It analyzes user prompts and provides structured feedback to help improve clarity, groundedness, tonality, and overall effectiveness. The evaluation is performed using Google's Gemini LLM and context management via AlchemystAI.
84

@@ -81,3 +77,4 @@ Open [http://localhost:3000](http://localhost:3000) in your browser.
8177
- `src/` - Types and config
8278
- `.env.local` - Environment variables (not committed)
8379

80+
##

0 commit comments

Comments
 (0)