@@ -25,42 +25,42 @@ export const cortexFunctions = [
2525 },
2626 {
2727 number: ' 03' ,
28- status: ' In progress ' ,
28+ status: ' beta in 0.7 ' ,
2929 title: ' Intent-based access' ,
3030 description:
3131 " Access is tied to what the user actually asked for, so an agent that drifts off task can't quietly reuse its access for something else." ,
3232 },
3333 {
3434 number: ' 04' ,
35- status: ' In progress ' ,
35+ status: ' beta in 0.7 ' ,
3636 title: ' Tool semantic validation' ,
3737 description:
3838 " Tool calls are checked for correctness and meaning before they run, catching calls that are malformed or don't match the task." ,
3939 },
4040 {
4141 number: ' 05' ,
42- status: ' Next ' ,
42+ status: ' alpha in 0.7 ' ,
4343 title: ' Context compaction' ,
4444 description:
4545 " The platform assembles and trims what goes into the model's context, keeping it relevant and lowering token cost." ,
4646 },
4747 {
4848 number: ' 06' ,
49- status: ' Next ' ,
49+ status: ' alpha in 0.7 ' ,
5050 title: ' Data-flow analysis' ,
5151 description:
5252 ' The platform tracks where the data behind a decision came from, so its provenance can gate what the agent does next.' ,
5353 },
5454 {
5555 number: ' 07' ,
56- status: ' In progress ' ,
56+ status: ' beta in 0.7 ' ,
5757 title: ' Failure recovery' ,
5858 description:
5959 ' The platform detects when an agent stalls or fails and returns it to a known state instead of leaving work half-finished.' ,
6060 },
6161 {
6262 number: ' 08' ,
63- status: ' In progress ' ,
63+ status: ' beta in 0.7 ' ,
6464 title: ' User interaction' ,
6565 description:
6666 ' For high-stakes steps, a person stays in the loop and approves before the agent acts.' ,
@@ -112,8 +112,7 @@ rossoctl is a set of platform primitives for agent security, resilience, and eff
112112
113113<div className = " margin-top--md margin-bottom--lg" >
114114 { /* Primary CTAs point at the project repos (docs hidden pre-launch). */ }
115- <Link className = " button button--lg cta-primary margin-right--sm" href = " https://github.com/rossoctl/rossoctl" >Get started</Link >
116- <Link className = " button button--lg cta-secondary" href = " https://github.com/rossoctl/cortex" >Try RossoCortex</Link >
115+ <Link className = " button button--lg cta-primary margin-right--sm" href = " /docs/overview/quickstart" >Get started</Link >
117116</div >
118117
119118<ArchitectureDiagram />
0 commit comments