ragflow/docs
Song Fuchang 992398bca3
Feat: Add http api to create, update, or delete agents. (#7515)
### What problem does this PR solve?

Hello, we are using ragflow as a backend service, so we need to manage
agents from our own frontend. So adding these http APIs to manage
agents.

The code logic is copied and modified from the `rm` and `save` methods
in `api/apps/canvas_app.py`.

btw, I found that the `save` method in `canvas_app.py` actually allows
to modify an agent to an existing title, so I kept the behavior in the
http api. I'm not sure if this is intentional.

### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
- [x] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
2025-05-12 17:59:53 +08:00
..
develop Docs:Updated langfuse guide (#7583) 2025-05-12 11:28:14 +08:00
guides Docs:Updated langfuse guide (#7583) 2025-05-12 11:28:14 +08:00
references Feat: Add http api to create, update, or delete agents. (#7515) 2025-05-12 17:59:53 +08:00
_category_.json Reorganized docs for docusaurus publish (#860) 2024-05-21 20:53:55 +08:00
configurations.md Docs: Initial editorial pass to MCP server (#7359) 2025-05-07 19:40:45 +08:00
faq.mdx Built-in reranker models have been removed from official deliveries. (#7439) 2025-04-30 15:28:03 +08:00
quickstart.mdx DOC: Miscellaneous UI and editorial updates (#7324) 2025-04-27 11:44:08 +08:00
release_notes.md Docs: Restructured MCP-specific documents (#7565) 2025-05-12 09:49:54 +08:00