aiseo 0.6.1

Agent-first CLI for SEO, GEO (generative engine optimisation), and AEO (answer engine optimisation) audits.
1
2
3
4
5
6
7
8
9
pub mod agent_info;
pub mod audit;
pub mod config;
pub mod contract;
pub mod fetch;
pub mod schema;
pub mod skill;
pub mod update;
pub mod verify;