()
| 51 | } |
| 52 | |
| 53 | pub const fn all() -> [BuiltinAgent; 6] { |
| 54 | [ |
| 55 | BuiltinAgent::Build, |
| 56 | BuiltinAgent::Plan, |
| 57 | BuiltinAgent::General, |
| 58 | BuiltinAgent::Explore, |
| 59 | BuiltinAgent::Compaction, |
| 60 | BuiltinAgent::Title, |
| 61 | ] |
| 62 | } |
| 63 | } |
| 64 | |
| 65 | #[derive(Debug, Clone, Serialize, Deserialize)] |
no outgoing calls
no test coverage detected