Expand description
AgenticForge — Blueprint engine for complete project architecture.
Creates complete project blueprints (all files, types, signatures, deps, tests) BEFORE any LLM code generation. Sister #11 “The Forge” in the Agentra Labs ecosystem.
Re-exports§
pub use engine::ForgeEngine;pub use engine::QueryEngine;pub use engine::WriteEngine;pub use types::BlueprintId;pub use types::DependencyId;pub use types::EntityId;pub use types::FileId;pub use types::ForgeError;pub use types::ForgeId;pub use types::ForgeResult;pub use types::OperationId;pub use types::TestCaseId;
Modules§
- bridges
- Bridge traits for sister integration.
- cache
- Caching layer — LRU cache with TTL, invalidation, metrics.
- engine
- Engine layer — ForgeEngine, WriteEngine, QueryEngine.
- format
- Binary .forge file format.
- index
- Indexes for fast blueprint lookups.
- inventions
- 32 Inventions across 8 tiers.
- metrics
- Metrics layer — token tracking, audit logs, conservation scores.
- query
- Query layer — intent scoping, delta retrieval, token budgets, pagination.
- security
- Security module — auth, session, permissions.
- storage
- Storage layer for AgenticForge blueprints.
- types
- Core types for AgenticForge.
- validation
- MCP parameter validation utilities.