form_filling_app
No description available.
File Explorer
- create_plan.md
- implement_plan.md
- research.md
- mcp.json
- llm.cpython-310.pyc
- agent.py
- llm.py
- main.py
- parser.py
- pdf_processor.py
- test_local.py
- AGENTS.md
- w9_form.png
- current_state.png
- reload_issue.png
- reload_issue2_post.png
- reload_issue2_pre.png
- initial_cursor_chat.md
- llamacloud_agent_builder.png
- llamacloud_parse.png
- task.md
- index.html
- OverusedGrotesk-Bold.woff2
- OverusedGrotesk-Medium.woff2
- OverusedGrotesk-Roman.woff2
- OverusedGrotesk-SemiBold.woff2
- file.svg
- globe.svg
- llamaindex-logo.png
- next.svg
- vercel.svg
- window.svg
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- AgentActivityLog.tsx
- ApiKeyGate.tsx
- ChatMessage.tsx
- ChatPanel.tsx
- ContextFilesUpload.tsx
- FormFields.tsx
- index.ts
- LeftPanel.tsx
- PdfUpload.tsx
- PdfViewer.tsx
- api.ts
- session.ts
- index.ts
- .gitignore
- eslint.config.mjs
- next.config.ts
- package-lock.json
- package.json
- postcss.config.mjs
- README.md
- tsconfig.json
- .gitignore
- claude_conversation.txt
- README.md
- requirements.txt
- test_anthropic.ipynb
- .gitignore
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
// repository documentation
Was this content helpful?
(0 ratings)
