## Is your feature request related to a problem? - [X] Yes ### **Problem Description**: The latest update has introduced an agent api to connect the CLI (cfcli) with the core components. ### **Solution**: The documentation needs to be updated to reflect the latest changes. In particular, the explanation of these files is needed: - API proto file: [agent.proto](https://github.com/CortexFlow/CortexBrain/blob/main/core/api/protos/agent.proto) - API implementation: [api.rs](https://github.com/CortexFlow/CortexBrain/blob/main/core/api/src/api.rs)