atomic
flowstate-dojo-community-epicdm-flowstate-obs-client
Package-local agent skill for @epicdm/flowstate-obs-client.
Tags
Publisher
Versions
1 version published — latest: 1.0.7
- 1.0.7publishedInvalid Date
Skill
Use this skill when a task touches packages/obs-client, imports @epicdm/flowstate-obs-client, or needs to teach humans/agents how this package works.
Package identity:
- Package: @epicdm/flowstate-obs-client
- Repository: epic-flowstate-community
- Version authority: package.json (1.0.7)
- Dojo course: flowstate-dojo-community-epicdm-flowstate-obs-client
How to use the package:
- Purpose: TypeScript SDK for Epic Flow Observability Platform - shared client for CLI and MCP
- Start with package-local docs when present.
- Verify details against source and tests before changing behavior.
- Use the Dojo course lessons as the teaching path: setup, mental model, core workflow, integration, feature labs, maintenance.
Public surfaces discovered:
- ObsClient
- HttpClient
- SSEEvent
- SSEConnectionOptions
- SSEClient
- ErrorsResource
- LogsResource
- ProjectsResource
- SessionsResource
- ObsEvent
- StreamOptions
- StreamResource
- ObsClientConfig
- BaseEvent
- ErrorEvent
- ErrorFilters
- ErrorListResponse
- ErrorStats
- LogEvent
- LogFilters
- LogListResponse
- CreateLogInput
- Breadcrumb
- Session
- SessionFilters
- SessionListResponse
- Project
- CreateProjectInput
- UpdateProjectInput
- ProjectStats
Composable feature skilllets:
- Api Error: use feature labs for workflow, source anchor, and regression risk.
- Auth Error: use feature labs for workflow, source anchor, and regression risk.
- Calculate Exponential Backoff: use feature labs for workflow, source anchor, and regression risk.
- Delay: use feature labs for workflow, source anchor, and regression risk.
- Errors Resource: use feature labs for workflow, source anchor, and regression risk.
- Http Client: use feature labs for workflow, source anchor, and regression risk.
- Logs Resource: use feature labs for workflow, source anchor, and regression risk.
- Not Found Error: use feature labs for workflow, source anchor, and regression risk.
- Obs Client: use feature labs for workflow, source anchor, and regression risk.
- Obs Error: use feature labs for workflow, source anchor, and regression risk.
- Projects Resource: use feature labs for workflow, source anchor, and regression risk.
- Rate Limit Error: use feature labs for workflow, source anchor, and regression risk.
- Sessions Resource: use feature labs for workflow, source anchor, and regression risk.
- Should Retry: use feature labs for workflow, source anchor, and regression risk.
- SSEClient: use feature labs for workflow, source anchor, and regression risk.
- Stream Resource: use feature labs for workflow, source anchor, and regression risk.
- With Retry: use feature labs for workflow, source anchor, and regression risk.
Agent operating rules:
- Treat package.json as the Dojo version authority.
- Do not turn feature inventory into user-facing lessons without workflow context.
- Update this Dojo package when package behavior, docs, examples, or feature inventory changes.
- Verify downstream packages when package use and connection metadata shows inbound dependencies or references.
- Never mark publish status passed without successful cloud publish and catalog lookup.
Usage
Use this Dojo skill with package human docs, package-local feature inventory, agent-skillset.md, and the generated course.json in this folder. Keep this manifest version aligned with package.json.
Install
Run this in your project to install via CLI:
fscloud dojo skill install flowstate-dojo-community-epicdm-flowstate-obs-client --target <target> --out ./skillsReplace <target> with your agent target identifier. See the CLI docs for details.