* Agent specific attributes
| 97 | * Agent specific attributes |
| 98 | */ |
| 99 | interface IAgentAttributes { |
| 100 | id?: string; |
| 101 | models?: string; |
| 102 | name?: string; |
| 103 | role?: string; |
| 104 | tools?: string; |
| 105 | reasoning?: string; |
| 106 | [key: string]: any; |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * Tool specific attributes |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…