CrewAI tools for DocAPI — generate PDFs, screenshots, and invoices
Project description
crewai-docapi
CrewAI tools for DocAPI — generate PDFs, screenshots, and invoices from your AI agents.
Install
pip install crewai-docapi
Quick start
from crewai import Agent
from crewai_docapi import DocAPIPDFTool, DocAPIScreenshotTool, DocAPIInvoiceTool
pdf_tool = DocAPIPDFTool(api_key="your-api-key")
screenshot_tool = DocAPIScreenshotTool(api_key="your-api-key")
invoice_tool = DocAPIInvoiceTool(api_key="your-api-key")
agent = Agent(
role="Document Creator",
goal="Generate PDFs, screenshots, and invoices",
tools=[pdf_tool, screenshot_tool, invoice_tool],
)
Documentation
See the DocAPI docs for full API reference.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
crewai_docapi-0.1.0.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crewai_docapi-0.1.0.tar.gz.
File metadata
- Download URL: crewai_docapi-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e7bdb86b88f9c3d605ed8898bed0bd789facd0ce603a59e897c776fdd5de279
|
|
| MD5 |
3993d5a57734a4a38301157272e769f2
|
|
| BLAKE2b-256 |
8bc7fff5d4b24ec0efcc588c001f7a3454a3dbf559d43193b3b7a9df7ae8af43
|
File details
Details for the file crewai_docapi-0.1.0-py3-none-any.whl.
File metadata
- Download URL: crewai_docapi-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd6b682ad3e4c0651cbf09daa78d9250272659ea44ad82f4f6b66331b8f65ed2
|
|
| MD5 |
cc7f4d81f24ef3651699703d2cf602fc
|
|
| BLAKE2b-256 |
e465ee6bf7b25fdbe6b0e4acebd4668ea9f72d928cee1920bd89c8594599dd0a
|