ZIm/crates/language_models
Antonio Scandurra 61bc1cc441
acp: Support launching custom agent servers (#36805)
It's enough to add this to your settings:

```json
{
    "agent_servers": {
        "Name Of Your Agent": {
            "command": "/path/to/custom/agent",
            "args": ["arguments", "that", "you", "want"],
        }
    }
}
```

Release Notes:

- N/A
2025-08-23 14:30:54 +00:00
..
src acp: Support launching custom agent servers (#36805) 2025-08-23 14:30:54 +00:00
Cargo.toml ai: Auto select user model when there's no default (#36722) 2025-08-22 01:12:12 -04:00
LICENSE-GPL Add language_models crate to house language model providers (#20945) 2024-11-20 18:49:34 -05:00