![]() This PR moves the UI-dependent logic in the `agent` crate into its own crate, `agent_ui`. The remaining `agent` crate no longer depends on `editor`, `picker`, `ui`, `workspace`, etc. This has compile time benefits, but the main motivation is to isolate our core agentic logic, so that we can make agents more pluggable/configurable. Release Notes: - N/A |
||
---|---|---|
.. | ||
prompts | ||
agent.rs | ||
agent_profile.rs | ||
context.rs | ||
context_server_tool.rs | ||
context_store.rs | ||
history_store.rs | ||
thread.rs | ||
thread_store.rs | ||
tool_use.rs |