Skip to content

Releases: AgentWorkforce/relay-pulse

v1.1.1

16 Feb 14:53

Choose a tag to compare

@agent-relay/pulse v1.1.1

Installation

Via npm:

npm install @agent-relay/pulse@1.1.1

Via pnpm:

pnpm add @agent-relay/pulse@1.1.1

Via yarn:

yarn add @agent-relay/pulse@1.1.1

Usage

<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

Full Changelog: https://github.com/AgentWorkforce/relay-pulse/commits/v1.1.1