A powerful multi-agent framework for processing and understanding multimodal information with GenAI.
Project description
Subatomic Agents API
Subatomic Agents is a modular, enterprise-grade AI framework by Subatomic for automating and scaling business intelligence workflows using agent-based architectures.
This package provides the Sales Proposal Agent, which transforms meeting transcripts and summaries into structured, client-ready sales proposals.
🚀 Features
- Includes the Sales Proposal Agent for generating structured, client-ready proposals from meeting inputs
📆 Installation
Install via PyPI:
pip install subatomic-agents
🧠 Usage
from subatomic_agents.sales_proposal.services.agentic_generator import sales_proposal_agentic_generator
result = sales_proposal_agentic_generator(
query = """
Please, create a Sales Proposal with these guidelines:
Meeting Summary URLs (and file types): https://example.com (pdf)
Meeting Transcript URL (and file type): https://example2.com (pdf)
"""
)
print(f"FINAL RESULT => {result}")
📂 Output
Returns a structured JSON dictionary representing the sales proposal (excluding internal vector data).
The result is also saved to sales_proposal_{id}.pdf and sales_proposal_{id}.docx.
➕ Extending the Framework
This framework is modular and designed for easy extension:
- Add new agents in
agents/ - Define prompt strategies in
factories/ - Extend the generation flow via
SalesProposalGeneratorService
🧪 Requirements
- Python 3.9+
- Compatible with
uv,pip, orpoetry-based environments
👥 Authors
*Built by Subatomic
- *Karl Simon · karl@getsubatomic.ai
- *Aaron Sosa · wilfredo@getsubatomic.ai
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
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 subatomic_agents-0.1.7.1.tar.gz.
File metadata
- Download URL: subatomic_agents-0.1.7.1.tar.gz
- Upload date:
- Size: 214.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa5515871a99766af985e62dd44b98d20149ed85f1f3f329c379f2d0d6f922ae
|
|
| MD5 |
2aaba244aa336d724cba9fd259abd1f0
|
|
| BLAKE2b-256 |
10c7046016c31a3827e71f6eac8d858b475e173a07d594677ead37038b2ff3d3
|
File details
Details for the file subatomic_agents-0.1.7.1-py3-none-any.whl.
File metadata
- Download URL: subatomic_agents-0.1.7.1-py3-none-any.whl
- Upload date:
- Size: 219.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4852833c19069a77c1fa11b65886060052f67d8f40718185364c784f7be12532
|
|
| MD5 |
5b884cc41f495e47b8446cc4e84f51ef
|
|
| BLAKE2b-256 |
48a0c4bb5601bf2df07943445d9d318bec96c2e8c67092411535476e8ead4aa3
|