Released: 2026-06-30
backup_agent() so write operations require an explicit
user-supplied path.tempdir().Released: 2026-06-24
.safe_read_rds() and
.safe_save_rds() help pages instead of documenting
unexported functions with runnable examples.Released: 2026-06-19
LICENSE file with the CRAN-required
DCF license stub for MIT + file LICENSE.Released: 2026-06-18
R CMD check --no-manual --as-cran matrix for macOS,
Windows, Ubuntu, and Ubuntu R-devel..DS_Store artifact and made the
function-index documentation test safe for built-package checks.Released: 2026-06-16
memory/affective_state.yaml and task-local
state/affective_state.yaml, including dimensions, bounds,
inertia, decay, event triggers, and human-review rules.Released: 2026-06-08
node_kind = "status" for workflow-visible status,
mode, checkpoint, and error markers that are not executable actions or
resource nodes.Released: 2026-06-08
edge.condition.Released: 2026-06-06
Released: 2026-06-06
render_task_preview() to resolve task-local
subworkflow_ref paths and embed child workflow specs into
the standalone review bundle when available.subworkflow_ref is the preferred editable source and
nested_workflow is review-bundle data.Released: 2026-06-06
subworkflow_ref links.Released: 2026-06-06
node_kind values for action, knowledge, memory, file, API,
schema, and generic data nodes.inst/review/ while preserving the public
design_review_html() and
export_design_review_html() R APIs.KnowledgeSpec and MemorySpec are inferred only
when workflow resource nodes, references, retrieval paths, update paths,
or validation dependencies make them behavior-shaping.Released: 2026-06-06
KnowledgeGraphSpec
surface and its dedicated proposal/message lifecycle.KnowledgeSpec or MemorySpec, rather than a
standalone top-level spec.workflow_spec.yaml, optional
memory_spec.yaml, and optional
knowledge_spec.yaml; graph-shaped content now belongs under
graph: inside knowledge or memory specs.KnowledgeSpec,
MemorySpec, and plain list(nodes, edges) graph
representations.Released: 2026-06-05
knowledge_spec hub from
fallback knowledge maps so dense knowledge items no longer crowd behind
one root node.Released: 2026-06-05
inst/guides/ into wrapper, spec-inference, and
code-construction sections.full_stack_task_spec_inference.md.workflow_only_task_spec_inference.md for simpler
tasks that only need workflow_spec.yaml.spec_inference/workflow_spec.md,
memory_spec.md, knowledge_spec.md, and
knowledge_graph_spec.md.code_construction/.Released: 2026-06-05
docs/r_function_examples.md for R helper snippets
used by humans for inspection and by coding assistants for
package-conformant scaffolding.Released: 2026-06-05
docs/manuscript/ asset set and
docs/manuscript_assets.md.Released: 2026-06-05
inst/scripts/agentr-cli.R and kept the same
-h/--help parser semantics.render_task_preview()
and render_task_previews().Released: 2026-06-05
memory_schema_graph_data() and
render_memory_schema_graphviz().input_schema and output_schema:
schema_shape_graph_data() and
render_schema_shape_graphviz().Released: 2026-06-04
task_spec_paths(),
discover_task_specs(), load_task_specs(), and
validate_task_specs().Released: 2026-05-31
docs/index.md landing page, YAML-first editable specs, and
current review-layer behavior.docs/archive/plans/ and moved manuscript figures and tables
under docs/manuscript/.IAC
semantics.Released: 2026-05-30
Released: 2026-05-30
Released: 2026-05-29
Released: 2026-05-29
Released: 2026-05-29
process layout for
conditional branch blocks in dense workflow diagrams.Released: 2026-05-29
process layout so mutually
exclusive branch groups render as centered decision blocks.Released: 2026-05-29
process layout branch-aware so
multiple conditional branch targets from the same source are placed into
right-side branch lanes even when they later rejoin the main
workflow.Released: 2026-05-29
condition, branch_group, and
mutually_exclusive.Released: 2026-05-24
knowledge_refs payloads and preserved schema-array fields
such as knowledge_refs and JSON-schema
required during editable spec serialization.inst/guides/coding_assistant_task_code_construction.md for
converting approved agentr specs into task-local executable
code without expanding agentr into a runtime executor.Released: 2026-05-22
inst/guides/coding_assistant_task_spec_inference.md as a
coding-assistant inference contract for task codebases.tasks/<task_id>/nodes/<subworkflow_node_id>/.docs/ artifacts,
knowledge/agent_paths.json workspace-path loading,
side-effect-safe validation practices, and supported
KnowledgeSpec item types.Released: 2026-05-21
Released: 2026-05-20
subworkflow_ref,
input_schema, output_schema, and
nested_workflow fields for hierarchical workflow review and
schema inspection.set_node_schema
and set_node_nested_workflow.build_node_detail_prompt() and workspace/CLI
support for node-scoped workflow revisions through
apply_node_detail_message() and
--node-id.Released: 2026-05-20
-- options and made initial workflow imports create pending
workflow proposals instead of silently mutating approved state.AgentSpec is available.grid, layered, swimlane, and
loop-aware process layouts, with curved,
straight, and orthogonal edge styles.Released: 2026-05-20
Released: 2026-05-17
design_review_html() and
export_design_review_html().new_design_review_spec(), workflow-only, workflow-proposal,
and knowledge-only inputs.Released: 2026-05-17
DesignReviewSpec as a data contract for a future
JS/HTML design review layer.build_design_review_data() to package workflow
graphs, memory schemas, narrative knowledge, graph knowledge, proposal
states, and feedback schema into one review bundle.design_feedback_item(),
validate_design_feedback(), and
parse_design_feedback_json().Released: 2026-05-17
MemoryProposal and
MemoryProposalState so memory schemas can move through
proposal, discussion, approval, rejection, and supersession.KnowledgeGraphProposal and
KnowledgeGraphProposalState so graph knowledge can use the
same review lifecycle as workflow and narrative knowledge.Released: 2026-05-17
agentr_knowledge_graph_spec from a
visualization-only projection into a first-class graph-knowledge
representation.add_knowledge_graph_node(),
add_knowledge_graph_edge(),
save_knowledge_graph_spec(), and
load_knowledge_graph_spec().KnowledgeSpec so it can hold narrative items,
first-class graph knowledge, and future vector-reference metadata.knowledge_graph_from_spec() creates a
projection graph from narrative knowledge items.Released: 2026-05-17
MemorySpec support for context,
semantic, episodic, and procedural memory schemas.AgentSpec with optional
memory_spec while preserving existing
state_spec and state_requirements
compatibility.save_memory_spec(),
load_memory_spec(), validate_memory_spec(),
memory_types(), and
memory_persistence_policies().Released: 2026-05-17
state_spec, interface_spec,
and autonomy_spec examples for AgentSpec to
prepare the package surface for design-review artifacts.AgentSpec test fixture and
round-trip tests covering knowledge_spec,
state_spec, interface_spec,
autonomy_spec, workflow knowledge references, and
implementation-prompt knowledge selection.KnowledgeSpec content.v0.2.6 implementation plan for the standalone
JS/HTML design-review and structured-feedback layer.Released: 2026-05-13
agentr_knowledge_graph_spec helpers for
structuring graph-ready knowledge nodes and edges from curated
KnowledgeSpec items.knowledge_graph_from_spec(),
knowledge_graph_data(),
render_knowledge_graphviz(), and
plot_knowledge_graph() for DiagrammeR/Graphviz-based
knowledge visualization.Released: 2026-04-29
RWM = Reasoning & World Model, PG =
Perception & Grounding, AE = Action Execution,
LA = Learning & Adaptation, and IAC =
Inter-Agent Communication.KnowledgeSpec, KnowledgeProposal,
and KnowledgeProposalState plus persistence, validation,
and constrained knowledge-prompt/message helpers.AgentSpec and workflow nodes with knowledge
references, autonomy metadata, ownership fields, and transitional trace
requirements.KnowledgeSpec, cold-vs-hot
runtime, and the capability-autonomy landscape.Released: 2026-04-23
render_workflow_graphviz(..., as = "svg") on
article-derived workflows.\n label breaks
while still escaping unsafe string content.Released: 2026-04-20
article_workflow_specs_from_json() to import
multi-workflow article extraction JSON into validated workflow
specifications.render_workflow_graphviz() and
plot_workflow_graph() to avoid DiagrammeR/Viz.js parse
failures from long article-derived prose.Released: 2026-04-19
igraph plotting to a DiagrammeR/Graphviz-first path for
clearer workflow DAG visualization.render_workflow_graphviz() with wrapped
labels, human-gate node styling, tooltips, optional same-rank grouping,
and SVG export through DiagrammeRsvg.plot_workflow_graph() as the public plotting
helper while making it return a DiagrammeR graph.build_article_workflow_extraction_prompt() for
inferring agentr-compatible workflow specifications from
article-described cases.Released: 2026-04-06
docs/archive/plans/ so top-level documentation stays
focused on current package and manuscript materials.Released: 2026-04-03
workflow_spec_from_json() so workflow-extraction
JSON can be converted directly into a validated
agentr_workflow_spec.import_extracted_workflow() to bridge extracted
JSON into the normal Scaffolder proposal and approval
flow.render_workflow_graphviz() for Graphviz DOT and
optional DiagrammeR rendering of inferred workflows.plot_workflow_graph() for improved DAG-oriented
visualization using igraph.Released: 2026-04-01
Scaffolder, including proposal creation, listing,
discussion, and approval methods.edit_workflow_subsystems(), making subsystem ownership
changes easier than full replacement.Released: 2026-04-01
AgentSpec and SubsystemSpec
validation with stronger subsystem-to-workflow consistency checks,
including validation of node subsystem labels against the selected
subsystem set.save_agent_spec(), load_agent_spec(),
save_subsystem_spec(), and
load_subsystem_spec().SubsystemSpec, AgentSpec,
AgentScaffoldState, and IntelligentAgent.Released: 2026-04-01
AgentSpec, SubsystemSpec,
AgentScaffoldState, and IntelligentAgent
classes.RWMConfig, PGConfig,
AEConfig, IACConfig, LAConfig,
CognitiveConfig, and AffectiveConfig.Scaffolder with subsystem recommendation,
subsystem selection, workflow node subsystem labeling, and approved
agent-spec state while preserving the existing workflow-first APIs.build_agent_design_prompt() and extended
implementation-prompt normalization so AgentSpec and
IntelligentAgent inputs can drive implementation handoff
directly.Released: 2026-03-31
WorkflowProposal and
WorkflowProposalState R6 classes so workflow proposal
lifecycle handling is available through dedicated stateful objects.Scaffolder with
WorkflowProposalState while preserving the existing
top-level proposal review methods.Released: 2026-03-31
Scaffolder.Released: 2026-03-31
Scaffolder internals into clearer workflow,
proposal, dispatch, and prompt helper modules while preserving the
current top-level UX.Released: 2026-03-31
preview_scaffolder_message() plus workflow
proposal storage and approval methods so reasoning-model DAGs can be
previewed, discussed, and approved before they replace the live
workflow.Scaffolder, including proposal listing, lookup, discussion,
and approval..json file output in chatbox reasoning UIs, reducing long
inline JSON copy-paste issues.parse_scaffolder_message() and
apply_scaffolder_message() to accept downloaded
.json file paths in addition to raw JSON strings and parsed
lists.build_implementation_prompt() for handing mature
workflow specs to coding agents such as Codex as implementation-planning
prompts.build_workflow_extraction_prompt() for
reverse-engineering existing ad hoc code into an
agentr-compatible workflow specification.Released: 2026-03-31
apply_scaffolder_message() for real
reasoning-model output by accepting direct
decompose_task.args.nodes and
decompose_task.args.edges payloads in addition to nested
suggestions.Scaffolder$decompose_task() method
only accepts the older suggestions signature.inferencer::query_openrouter(prompt_json, max_tokens = 4000)
as a concrete model-call path.Released: 2026-03-30
Scaffolder into a more realistic
human-in-the-loop loop with persistent task evaluation artifacts,
free-form discussion rounds, workflow-level review, and node-level
review.review_status, review_notes,
review_confidence, plus richer edge metadata and stronger
workflow validation.discuss_task, review_workflow,
review_node, and edit_workflow, while keeping
apply_human_feedback() as a compatibility path.Released: 2026-03-29
apply_scaffolder_message().Released: 2026-03-29
apply_scaffolder_message() as the
translation layer from validated model output into concrete
Scaffolder method calls.
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.