Skip to content

tnezdev/agentic

Repository files navigation

Agentic Monorepo

This repository contains the Agentic package workspace.

Packages

Package Path Purpose
@tnezdev/agentic packages/agentic Core primitives and CLI
@tnezdev/agentic-runtime-local packages/agentic-runtime-local Local runtime package

Development

Run checks from the repository root:

bun test
bun run typecheck
bun run build

The dogfood workspace still lives at .agentic/. Start with .agentic/ONRAMP.md, then read packages/agentic/AGENTS.md for core package architecture.

Bundle Lifecycle

Use dev for a one-shot local authoring loop over validate, inspect, serve, and eval:

agentic dev examples/case-review-bundle --json

Use the explicit lifecycle commands when you want phase-by-phase output:

agentic validate examples/case-review-bundle --json
agentic inspect examples/case-review-bundle --json
agentic serve examples/case-review-bundle --clean --json
agentic eval examples/case-review-bundle --json

To scaffold a blank authored bundle in a new workspace:

agentic init
agentic validate . --json
agentic inspect . --json

To scaffold the runnable case-review starter:

agentic init --example case-review-bundle
agentic dev . --json

agentic serve remains the stable local run path inside that loop. The older direct primitive noun commands (memory, workflow, task, etc.) are legacy in 0.6.0: still available for dogfood and harness internals, but not the supported product path or a long-term pre-1.0 compatibility promise.

Design Docs

Examples

  • .agentic/ is the project dogfood workspace — a persona, skills, workflow, tasks, and memories used to build Agentic itself. Read .agentic/ONRAMP.md for the maintainer flow.
  • examples/case-review-bundle/ is the canonical authored bundle example for the local runtime. It exercises surfaces, schedules, hooks, actions, capabilities, approvals, artifacts, and evals through agentic serve.
  • examples/second-brain/ is a user-mode example. It shows how an agent harness can use Agentic primitives to run second-brain workflows with persona activation, task pickup, workflow gates, and finalized artifacts. Memory is intentionally left for user space and custom adapters.

Both examples include their own AGENTS.md bootstrap files for harnesses.

About

Executable toolbelt for agent self-improvement

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors