
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@agentskit/ink
Advanced tools
Build terminal AI chat interfaces with the exact same API as @agentskit/react.
Tags: ai · agents · llm · agentskit · ai-agents · terminal · cli · ink · tui · chat-ui
@agentskit/ink turns AgentsKit agents into polished terminal experiences for CLIs, internal tools, and developer workflows.
Docs: package guide · agent handoff
@agentskit/react, you already know this; same hooks, same component names, different renderer@agentskit/adaptersnpm install @agentskit/ink @agentskit/adapters
import React from 'react'
import { render } from 'ink'
import { ChatContainer, InputBar, Message, useChat } from '@agentskit/ink'
import { ollama } from '@agentskit/adapters'
function App() {
const chat = useChat({ adapter: ollama({ model: 'llama3.1' }) })
return (
<ChatContainer>
{chat.messages.map(msg => <Message key={msg.id} message={msg} />)}
<InputBar chat={chat} />
</ChatContainer>
)
}
render(<App />)
useChat hook — identical API to @agentskit/reactChatContainer, Message, InputBar, ToolCallView| Package | Role |
|---|---|
| @agentskit/react | Browser — same hooks, different renderer |
| @agentskit/cli | Interactive chat + agentskit init |
| @agentskit/adapters | Providers (e.g. ollama for local models) |
| @agentskit/core | Shared chat types and controller |
MIT — see LICENSE.
FAQs
Ink terminal components and hooks for AgentsKit.
The npm package @agentskit/ink receives a total of 410 weekly downloads. As such, @agentskit/ink popularity was classified as not popular.
We found that @agentskit/ink demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.