User request
Per agynio/architecture (commit ee8a07e), token counting is now embedded inside agn and is not an independent service.
Therefore the platform should not expose / maintain a token-counting gRPC API contract.
Specification (research)
Remove token counting protos from agynio/api:
proto/agynio/api/token_counting/v1/token_counting.proto
proto/agynio/api/gateway/v1/token_counting.proto
Then regenerate Buf outputs and ensure downstream repos can update accordingly (gateway, tracing-app, etc.).
Notes:
- This is an API-breaking change; coordinate merges with dependents.
User request
Per
agynio/architecture(commitee8a07e), token counting is now embedded insideagnand is not an independent service.Therefore the platform should not expose / maintain a token-counting gRPC API contract.
Specification (research)
Remove token counting protos from
agynio/api:proto/agynio/api/token_counting/v1/token_counting.protoproto/agynio/api/gateway/v1/token_counting.protoThen regenerate Buf outputs and ensure downstream repos can update accordingly (
gateway,tracing-app, etc.).Notes: