A powerful agent framework for code generation and web interaction
Project description
Agentic Fleet
A powerful agent framework for code generation and web interaction.
Features
- Code generation capabilities
- Web interaction tools
- Extensible agent framework
- Azure OpenAI integration
Installation
pip install agentic-fleet
Quick Start
from agentic_fleet import WebSearchExtension, CodeGenerationExtension
# Initialize extensions
web_search = WebSearchExtension()
code_gen = CodeGenerationExtension()
# Use the extensions
results = web_search.search("python best practices")
code = code_gen.generate("Create a simple FastAPI app")
License
MIT License
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 agentic_fleet-0.2.0-py3-none-any.whl.
File metadata
- Download URL: agentic_fleet-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35129c0e6b6fbd5e9f34dee70db141fd4da539e33ef897559eab6ff3fc18c205
|
|
| MD5 |
b9b60836d8cb7d9ba9193229a3332352
|
|
| BLAKE2b-256 |
91cd906d723d814fb48bf76b155d2628628dfdc68cd0dcc5e2affb6c4ee7e4cb
|