pub struct KimiBackend { /* private fields */ }Expand description
The AgentBackend for kimi -p --output-format stream-json:
single-shot; kimi ≥ 0.34 rejects every permission flag alongside -p,
so non-interactive sessions always run kimi’s auto permission policy.
Implementations§
Source§impl KimiBackend
impl KimiBackend
Trait Implementations§
Source§impl AgentBackend for KimiBackend
impl AgentBackend for KimiBackend
Source§impl Clone for KimiBackend
impl Clone for KimiBackend
Source§fn clone(&self) -> KimiBackend
fn clone(&self) -> KimiBackend
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 moreAuto Trait Implementations§
impl Freeze for KimiBackend
impl RefUnwindSafe for KimiBackend
impl Send for KimiBackend
impl Sync for KimiBackend
impl Unpin for KimiBackend
impl UnsafeUnpin for KimiBackend
impl UnwindSafe for KimiBackend
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