Releases: AgentWorkforce/relay-pulse
Releases · AgentWorkforce/relay-pulse
v1.1.1
@agent-relay/pulse v1.1.1
Installation
Via npm:
npm install @agent-relay/pulse@1.1.1Via pnpm:
pnpm add @agent-relay/pulse@1.1.1Via yarn:
yarn add @agent-relay/pulse@1.1.1Usage
<script>
import { AnimatedFlow } from '@agent-relay/pulse';
const messages = [
{ id: '1', ts: Date.now(), from: 'Agent1', to: 'Agent2', kind: 'message', body: 'Hello!' }
];
</script>
<AnimatedFlow {messages} />See the README for full documentation.
What's Changed
- feat: Prepare package for npm publishing with trusted publishing by @khaliqgant in #1
New Contributors
- @khaliqgant made their first contribution in #1
Full Changelog: https://github.com/AgentWorkforce/relay-pulse/commits/v1.1.1