
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@inferable/chat
Advanced tools
A React-based chat interface for Inferable, available both as a CLI tool and a React component.
npm install -g @inferable/chat
This will make the inf-chat command available globally.
inf-chat \
--api-secret your_api_secret \
--cluster-id your_cluster_id \
[--agent-id your_agent_id] \
[--run-id existing_run_id]
All flags can also be set via environment variables:
INFERABLE_API_SECRETINFERABLE_CLUSTER_IDINFERABLE_AGENT_IDFlags take precedence over environment variables.
npx @inferable/chat --api-secret your_api_secret --cluster-id your_cluster_id
npm install @inferable/chat
import { ChatInterface } from '@inferable/chat';
function MyApp() {
return (
<ChatInterface
apiSecret="your-api-secret"
clusterId="your-cluster-id"
runId="optional-run-id"
agentId="optional-agent-id"
/>
);
}
npm run dev
FAQs
Chat CLI for inferable.ai
The npm package @inferable/chat receives a total of 3 weekly downloads. As such, @inferable/chat popularity was classified as not popular.
We found that @inferable/chat demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.