pub enum AtelierAgentRole {
Cartographer,
Editor,
CodecSpecialist,
Guard,
Validator,
DocsAgent,
PinAgent,
Reviewer,
HumanGate,
}Expand description
Agent roles used by Atelier missions.
Variants§
Cartographer
Maps the repository and plans the mission.
Editor
Applies source edits.
CodecSpecialist
Handles codec-specific work.
Guard
Enforces Guideline Firewall capability checks.
Validator
Runs required validation commands.
DocsAgent
Runs documentation commands.
PinAgent
Updates pinned commits.
Reviewer
Reviews the produced changes.
HumanGate
Hands off to a human decision point.
Implementations§
Trait Implementations§
Source§impl Clone for AtelierAgentRole
impl Clone for AtelierAgentRole
Source§fn clone(&self) -> AtelierAgentRole
fn clone(&self) -> AtelierAgentRole
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AtelierAgentRole
impl Debug for AtelierAgentRole
impl Eq for AtelierAgentRole
Source§impl PartialEq for AtelierAgentRole
impl PartialEq for AtelierAgentRole
impl StructuralPartialEq for AtelierAgentRole
Auto Trait Implementations§
impl Freeze for AtelierAgentRole
impl RefUnwindSafe for AtelierAgentRole
impl Send for AtelierAgentRole
impl Sync for AtelierAgentRole
impl Unpin for AtelierAgentRole
impl UnsafeUnpin for AtelierAgentRole
impl UnwindSafe for AtelierAgentRole
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.