You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/components/WhyAtmosphere.astro
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ const lockInStory = [
46
46
},
47
47
{
48
48
without: 'Separate support contracts with each vendor. No one owns the integration.',
49
-
with: 'One support contract with Async-IO.org. Eleven years of shipping Atmosphere and writing every bridge on this page.',
49
+
with: 'One support contract with Async IO. Eleven years of shipping Atmosphere and writing every bridge on this page.',
50
50
},
51
51
{
52
52
without: 'No escape hatch if the bet goes wrong.',
@@ -106,7 +106,7 @@ const frameworks = [
106
106
{
107
107
name: 'Built-in',
108
108
short: 'Built-in',
109
-
vendor: 'Async-IO.org',
109
+
vendor: 'Async IO',
110
110
language: 'Java',
111
111
summary: 'Atmosphere\'s zero-dependency OpenAI-compatible client. Built for tests and local dev without pulling in a framework — works with OpenAI, Gemini, Ollama, and any compatible endpoint.',
112
112
bridge: 'atmosphere-ai',
@@ -125,7 +125,7 @@ const frameworks = [
125
125
tomorrow. Atmosphere is the <strong>runtime-abstraction layer</strong> that
126
126
makes your <code>@Agent</code>, <code>@AiEndpoint</code>, and
127
127
<code>@AiTool</code> code portable across all seven — swap the
128
-
dependency, keep the code. Async-IO.org maintains the abstraction and the
128
+
dependency, keep the code. Async IO maintains the abstraction and the
129
129
bridges; our support contract is the insurance policy against vendor
130
130
lock-in.
131
131
</p>
@@ -251,7 +251,7 @@ const frameworks = [
251
251
You are not shopping between Spring AI and LangChain4j — you
252
252
already want an agent stack that does not lock you into one
253
253
framework, one LLM provider, or one vendor. Atmosphere is that
254
-
stack. Async-IO.org has been selling the support contract that
254
+
stack. Async IO has been selling the support contract that
255
255
covers the abstraction and the swap — every year, since 2014.
Copy file name to clipboardExpand all lines: website/src/layouts/Layout.astro
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ interface Props {
4
4
description?:string;
5
5
}
6
6
7
-
const { title, description ="Async-IO.org is the company behind Atmosphere — the real-time transport layer for Java AI agents. Enterprise support, agent protocols (MCP, A2A, AG-UI), 6 AI runtimes, and 5 transports including WebTransport/HTTP3." } =Astro.props;
7
+
const { title, description ="Async IO is the company behind Atmosphere — the real-time transport layer for Java AI agents. Enterprise support, agent protocols (MCP, A2A, AG-UI), 6 AI runtimes, and 5 transports including WebTransport/HTTP3." } =Astro.props;
0 commit comments