@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface AcpAgent
Classes annotated with @AcpAgent can define handler methods
using annotations like Prompt, Initialize, and NewSession.
Example usage:
{@codePrompt,
Initialize,
NewSession