roder-ext-kimi-code 0.1.1

Agentic software development tools and SDKs for Roder.
Documentation
1
2
3
4
5
6
7
8
9
10
mod auth;
mod extension;
mod provider;

pub use auth::{
    DEFAULT_MANAGED_BASE_URL, DEFAULT_OPEN_PLATFORM_BASE_URL, access_token, device_flow,
    has_stored_tokens, inference_headers, logout, managed_base_url, oauth_host, status, Tokens,
};
pub use extension::*;
pub use provider::KimiCodeConfig;