pub struct AgentsConfig {
pub max_concurrent: usize,
pub max_workers_per_epic: usize,
pub max_workers_on_default: usize,
pub instructions: Option<PathBuf>,
pub side_tickets: bool,
pub skip_permissions: bool,
}Fields§
§max_concurrent: usize§max_workers_per_epic: usize§max_workers_on_default: usize§instructions: Option<PathBuf>§side_tickets: bool§skip_permissions: boolTrait Implementations§
Source§impl Debug for AgentsConfig
impl Debug for AgentsConfig
Source§impl Default for AgentsConfig
impl Default for AgentsConfig
Source§impl<'de> Deserialize<'de> for AgentsConfig
impl<'de> Deserialize<'de> for AgentsConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AgentsConfig
impl RefUnwindSafe for AgentsConfig
impl Send for AgentsConfig
impl Sync for AgentsConfig
impl Unpin for AgentsConfig
impl UnsafeUnpin for AgentsConfig
impl UnwindSafe for AgentsConfig
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