File size: 1,230 Bytes
fa8c7a8
 
 
 
 
a868254
fa8c7a8
 
 
 
a868254
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fa8c7a8
 
 
a868254
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
<!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>Introducing KaibanJS v0.13.0: Structured Output for Smarter Workflows</strong><br />
					<a href="https://huggingface.co/blog/darielnoel/kaibanjs-v0130-release" target="_blank">
						Read Article
					</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">
						Read Article
					</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">
						Read Article
					</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">
						Read Article
					</a>
				</li>
			</ul>
		</div>
	</body>
</html>