Skip to main content
Avatar for song from gravatar.com

song

Username    zyssyz123
Date joined   Joined

29 projects

aglet-cli

Last released

Aglet command-line interface (init / run / elements / techniques).

aglet

Last released

Aglet core: protocols, runtime, event bus, plugin loader.

aglet-builtin-tool-local-python

Last released

Aglet built-in tool technique: register local Python callables as Tools.

aglet-builtin-tool-http-openapi

Last released

Aglet built-in tool technique: expose HTTP endpoints (described by OpenAPI / inline schema) as tools.

aglet-builtin-model-openai

Last released

Aglet ModelProvider that talks to any OpenAI-compatible chat-completions endpoint.

aglet-builtin-safety-constitutional

Last released

Aglet safety technique: constrain agents with a declarative list of principles, enforced by an LLM judge.

aglet-builtin-memory-summary

Last released

Aglet memory technique: rolling LLM-summarised history for long conversations.

aglet-builtin-planner-workflow

Last released

Aglet declarative-DAG planner: walk a fixed node graph of tool calls instead of letting an LLM decide.

aglet-builtin-tool-subagent

Last released

Aglet tool technique that wraps another agent.yaml as a callable Tool — the multi-agent primitive.

aglet-builtin-tool-mcp

Last released

Aglet Tool Technique that adopts MCP (Model Context Protocol) servers.

aglet-eval

Last released

Declarative evaluation harness for Aglet agents (suite.yaml -> pass-rate / latency / cost report).

aglet-server

Last released

FastAPI + SSE HTTP server for the Aglet runtime.

aglet-builtin-safety-budget

Last released

Aglet built-in safety technique: hard-fails when the run Budget is exceeded.

aglet-builtin-planner-tot

Last released

Aglet Tree-of-Thoughts planner: explore N candidate answers in parallel, score them, return the best.

aglet-builtin-planner-reflexion

Last released

Aglet Reflexion planner: wrap a base planner with self-critique + retry.

aglet-builtin-planner-react

Last released

Aglet ReAct planner — drives a function-calling LLM through Thought / Action / Observation.

aglet-builtin-planner-echo

Last released

Aglet built-in planner: deterministic echo planner for tutorials and tests (no LLM).

aglet-builtin-perception-passthrough

Last released

Aglet built-in perception technique: copy raw_input.text into parsed_input.query unchanged.

aglet-builtin-output-streaming-text

Last released

Aglet built-in output technique: stream the planner's final answer as text chunks.

aglet-builtin-obs-otel

Last released

OpenTelemetry observability technique for Aglet.

aglet-builtin-obs-langfuse

Last released

LangFuse observability technique for Aglet.

aglet-builtin-obs-jsonl

Last released

Aglet built-in observability technique: write events to a per-run JSONL file.

aglet-builtin-obs-console

Last released

Aglet built-in observability technique: print every Event to stdout.

aglet-builtin-model-mock

Last released

Deterministic mock ModelProvider for tests and CI.

aglet-builtin-model-litellm

Last released

Aglet ModelProvider that routes to 100+ LLMs via the LiteLLM SDK.

aglet-builtin-memory-sliding-window

Last released

Aglet built-in memory technique: per-conversation sliding-window over Message history.

aglet-builtin-memory-rag

Last released

Aglet RAG memory technique — LanceDB-backed vector recall with pluggable embedders.

aglet-builtin-extensibility-hooks

Last released

Aglet built-in Extensibility Techniques: cost tracker, audit log, tool gate.

aglet-builtin-executor-sequential

Last released

Aglet built-in executor: invoke ctx.plan.next_action against the ToolHost in series.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page