@agentic-fullstack/core
v0.1.0-beta
Published
Shared types and interfaces for the agentic-fullstack framework.
Maintainers
Readme
@agentic-fullstack/core
Shared types and interfaces for the agentic-fullstack framework. All other packages depend on this one — it defines the contracts between the engine, the database adapter, the server, and the client.
This package contains no runtime logic. It is pure TypeScript types.
Installation
npm install @agentic-fullstack/coreWhat's in here
AgentState,TimelineEvent— the agent and its event queueMessage,MessagePart— LLM output persisted per eventChunk,ChunkType— individual streaming content eventsDBAdapter— the persistence interface implemented by@agentic-fullstack/postgresEntityBridge— the seam between the framework and your entity recordsStateMapping— maps graph state fields to entity fields for live updatesget()— dot-notation path reader used by the engine
See src/ for the full type definitions.
License
MIT
