Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SamuelSchmidgall/AgentLaboratory
/ endpoints
Endpoints
7 in github.com/SamuelSchmidgall/AgentLaboratory
⨍
Functions
190
◇
Types & classes
23
↳
Endpoints
7
Route
api_search
app.route('/api/search')
app.py:None
Route
index
app.route('/')
app.py:None
Route
search
app.route('/search')
app.py:None
Route
update_on_demand
app.route('/update', methods=['GET'])
app.py:None
Route
upload
app.route('/upload', methods=['GET', 'POST'])
app.py:None
Route
uploaded_file
app.route('/uploads/<path:filename>')
app.py:None
Route
view_pdf
app.route('/view/<int:paper_id>')
app.py:None