add initial lsp support
This commit is contained in:
parent
afd9ad0560
commit
cfdd687216
47 changed files with 13991 additions and 451 deletions
|
|
@ -34,7 +34,7 @@ func NewTaskAgent(app *app.App) (Agent, error) {
|
|||
tools.NewGlobTool(),
|
||||
tools.NewGrepTool(),
|
||||
tools.NewLsTool(),
|
||||
tools.NewViewTool(),
|
||||
tools.NewViewTool(app.LSPClients),
|
||||
},
|
||||
model: model,
|
||||
agent: agentProvider,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue