Spaces:
Running
Running
File size: 2,595 Bytes
fa8c7a8 a868254 fa8c7a8 a868254 c57e3f0 ff66891 3da057d 8db19de a868254 b30629a a868254 b30629a a868254 b30629a a868254 b30629a a868254 fa8c7a8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
<!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>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>
|