KaibanJS-Blog-Posts / index.html
darielnoel's picture
Update index.html
888b522 verified
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>KaibanJS Blog Posts</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>KaibanJS Blog Posts</h1>
<ul>
<li>
<strong>AI Multi-Agent System Automation: Leveraging the Zapier Webhook Tool in KaibanJS</strong><br />
<a href="https://huggingface.co/blog/darielnoel/multi-agent-automation-zapier-kaibanjs" target="_blank" style="margin-bottom: 20px; display: inline-block;">
Read here
</a>
</li>
<li>
<strong>Harnessing the PDF RAG Search Tool in KaibanJS: Empowering AI Agents for Advanced Document Analysis</strong><br />
<a href="https://huggingface.co/blog/darielnoel/pdf-rag-search-tool-kaibanjs-ai-agents" target="_blank" style="margin-bottom: 20px; display: inline-block;">
Read here
</a>
</li>
<li>
<strong>Revolutionizing Resume Creation with KaibanJS and Multi-Agent AI Systems</strong><br />
<a href="https://huggingface.co/blog/darielnoel/ai-agents-resume-kaibanjs" target="_blank" style="margin-bottom: 20px; display: inline-block;">
Read here
</a>
</li>
<li>
<strong>Exploring the Website RAG Search Tool in KaibanJS: Empowering AI Agents for Semantic Web Analysis</strong><br />
<a href="https://huggingface.co/blog/darielnoel/kaibanjs-website-rag-search" target="_blank" style="margin-bottom: 20px; display: inline-block;">
Read here
</a>
</li>
<li>
<strong>Unleashing the Power of Simple RAG Search Tool in KaibanJS: Enhancing AI Agents for Knowledge Discovery</strong><br />
<a href="https://huggingface.co/blog/darielnoel/simple-rag-kaibanjs-knowledge-discovery" target="_blank" style="margin-bottom: 20px; display: inline-block;">
Read here
</a>
</li>
<li>
<strong>Unlocking the Power of Wolfram Alpha in KaibanJS: Enhancing AI Agents for Computational Excellence</strong><br />
<a href="https://huggingface.co/blog/darielnoel/wolfram-alpha-kaibanjs-computational-excellence" target="_blank" style="margin-bottom: 20px; display: inline-block;">
Read here
</a>
</li>
<li>
<strong>Empowering AI Agents with Neural Search: The Role of Exa in KaibanJS</strong><br />
<a href="https://huggingface.co/blog/darielnoel/exa-search-kaibanjs-ai-agents" target="_blank" style="margin-bottom: 20px; display: inline-block;">
Read here
</a>
</li>
<li>
<strong>Supercharging AI Agents in KaibanJS with Serper Search</strong><br />
<a href="https://huggingface.co/blog/darielnoel/serper-google-search-api-kaibanjs" target="_blank" style="margin-bottom: 20px; display: inline-block;">
Read here
</a>
</li>
<li>
<strong>Enhancing AI Teamwork with Tavily Search in KaibanJS</strong><br />
<a href="https://huggingface.co/blog/darielnoel/tavily-search-kaibanjs-integration" target="_blank" style="margin-bottom: 20px; display: inline-block;">
Read here
</a>
</li>
<li>
<strong>Unlocking the Power of Web Scraping in KaibanJS with Firecrawl</strong><br />
<a href="https://huggingface.co/blog/darielnoel/firecrawl-integration-kaibanjs" target="_blank" style="margin-bottom: 20px; display: inline-block;">
Read here
</a>
</li>
<li>
<strong>AI-Powered Content Creation for Release Notes Using KaibanJS</strong><br />
<a href="https://huggingface.co/blog/darielnoel/ai-release-notes-kaibanjs" target="_blank" style="margin-bottom: 20px; display: inline-block;">
Read here
</a>
</li>
<li>
<strong>How to Automate Reddit Comment Generation with AI Agents in KaibanJS</strong><br />
<a href="https://huggingface.co/blog/darielnoel/automating-reddit-comments-kaibanjs" target="_blank" style="margin-bottom: 20px; display: inline-block;">
Read here
</a>
</li>
<li>
<strong>Introducing KaibanJS v0.13.0: Structured Output for Smarter Workflows</strong><br />
<a href="https://huggingface.co/blog/darielnoel/kaibanjs-v0130-release" target="_blank" style="margin-bottom: 20px; display: inline-block;">
Read here
</a>
</li>
<li>
<strong>AI Agents in Action: Managing GitHub Issues with KaibanJS</strong><br />
<a href="https://huggingface.co/blog/darielnoel/kaibanjs-github-issues-integration" target="_blank" style="margin-bottom: 20px; display: inline-block;">
Read here
</a>
</li>
<li>
<strong>Exploring the Power of KaibanJS v0.11.0</strong><br />
<a href="https://huggingface.co/blog/darielnoel/kaibanjs-v0-11-0-release" target="_blank" style="margin-bottom: 20px; display: inline-block;">
Read here
</a>
</li>
<li>
<strong>KaibanJS v0.10.0: Expanding AI Workflows with New Tools</strong><br />
<a href="https://huggingface.co/blog/darielnoel/kaibanjs-v0-10-0-release" target="_blank" style="margin-bottom: 20px; display: inline-block;">
Read here
</a>
</li>
</ul>
</div>
</body>
</html>