-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (84 loc) Β· 4.71 KB
/
Copy pathindex.html
File metadata and controls
89 lines (84 loc) Β· 4.71 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
layout: default
title: Home
---
<section class="hero">
<div class="hero-emoji">πΏ</div>
<h1>Open tools for<br><span class="accent">open models</span></h1>
<p>TEA/Branch builds open-source infrastructure that lets you use any AI model with any tool β no vendor lock-in.</p>
<span class="hero-badge">π MIT Licensed</span>
</section>
<section class="projects">
<div class="project-card">
<div class="project-header">
<span class="project-tag">API Proxy</span>
<iframe src="https://ghbtns.com/github-btn.html?user=teabranch&repo=open-responses-server&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="Star open-responses-server on GitHub" style="vertical-align: middle;" loading="lazy" referrerpolicy="no-referrer"></iframe>
</div>
<h3><span aria-hidden="true">π</span> Open Responses Server</h3>
<p class="desc">Use any AI backend with OpenAI's Responses API. Run Codex against Ollama, vLLM, or any OpenAI-compatible model.</p>
<ul class="project-features">
<li>Drop-in Responses API proxy</li>
<li>MCP tool integration</li>
<li>Streaming & SSE support</li>
<li>Docker & PyPI packages</li>
</ul>
<div class="project-links">
<a href="https://open-responses-server.teabranch.dev" class="btn-primary">Docs</a>
<a href="https://github.com/teabranch/open-responses-server" class="btn-secondary">GitHub</a>
</div>
</div>
<div class="project-card">
<div class="project-header">
<span class="project-tag">Unified API</span>
<iframe src="https://ghbtns.com/github-btn.html?user=teabranch&repo=open-bedrock-server&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="Star open-bedrock-server on GitHub" style="vertical-align: middle;" loading="lazy" referrerpolicy="no-referrer"></iframe>
</div>
<h3><span aria-hidden="true">π</span> Open Bedrock Server</h3>
<p class="desc">A single chat completions endpoint that works with both OpenAI and AWS Bedrock models. Switch providers without changing code.</p>
<ul class="project-features">
<li>Provider-agnostic chat API</li>
<li>OpenAI + Bedrock support</li>
<li>Knowledge base integration</li>
<li>File API support</li>
</ul>
<div class="project-links">
<a href="https://open-bedrock-server.teabranch.dev" class="btn-primary">Docs</a>
<a href="https://github.com/teabranch/open-bedrock-server" class="btn-secondary">GitHub</a>
</div>
</div>
<div class="project-card">
<div class="project-header">
<span class="project-tag">Cost Management</span>
<iframe src="https://ghbtns.com/github-btn.html?user=teabranch&repo=bedrock-budgeteer&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="Star bedrock-budgeteer on GitHub" style="vertical-align: middle;" loading="lazy" referrerpolicy="no-referrer"></iframe>
</div>
<h3><span aria-hidden="true">π</span> Bedrock Budgeteer</h3>
<p class="desc">Serverless budget monitoring and control for AWS Bedrock API usage. Real-time cost tracking with progressive access control to prevent overruns.</p>
<ul class="project-features">
<li>Real-time budget monitoring</li>
<li>Progressive access control</li>
<li>Multi-channel alerts (Email, Slack, SMS)</li>
<li>Fully serverless architecture</li>
</ul>
<div class="project-links">
<a href="https://bedrock-budgeteer.teabranch.dev" class="btn-primary">Docs</a>
<a href="https://github.com/teabranch/bedrock-budgeteer" class="btn-secondary">GitHub</a>
</div>
</div>
<div class="project-card">
<div class="project-header">
<span class="project-tag">Agent Packaging</span>
<iframe src="https://ghbtns.com/github-btn.html?user=teabranch&repo=abbyfile&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="Star abbyfile on GitHub" style="vertical-align: middle;" loading="lazy" referrerpolicy="no-referrer"></iframe>
</div>
<h3><span aria-hidden="true">π</span> Abbyfile</h3>
<p class="desc">Build AI agents from declarative YAML + Markdown into standalone, versioned CLI binaries. Build once, run on any MCP-compatible runtime.</p>
<ul class="project-features">
<li>Declarative YAML + Markdown definitions</li>
<li>Standalone distributable binaries</li>
<li>Multi-runtime support (Claude Code, Codex, Gemini)</li>
<li>MCP-over-stdio tool integration</li>
</ul>
<div class="project-links">
<a href="https://abbyfile.teabranch.dev" class="btn-primary">Docs</a>
<a href="https://github.com/teabranch/abbyfile" class="btn-secondary">GitHub</a>
</div>
</div>
</section>