Drop agent() anywhere in your code to execute agentic workflows — as easy as print()
Project description
console-agent 🐍
agent("debug this")— as easy asprint()
Drop agent() anywhere in your Python code to execute agentic AI workflows. Powered by Google Gemini.
🚧 Coming Soon
The Python version of console-agent is under active development. Stay tuned!
What's planned:
import console_agent
# Use like print — zero friction
agent("debug why this function returns None")
# Persona-based agents
agent.security("audit this input handling")
agent.architect("review this class design")
agent.debug("trace the data flow")
# Pythonic decorator pattern
@agent.explain
def complex_algorithm(data):
...
📦 Available Now: Node.js Version
The Node.js version is live and ready to use!
npm install @console-agent/agent
require('@console-agent/agent');
console.agent("debug why this function returns null");
console.agent.security("audit this API endpoint");
- npm: @console-agent/agent
- Docs: console-agent.github.io
- GitHub: github.com/console-agent
📬 Stay Updated
- ⭐ Star the repo: github.com/console-agent/console-agent-python
- 🐦 Follow updates on GitHub: github.com/console-agent
License
MIT © Console Agent
Project details
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 console_agent-0.0.1.tar.gz.
File metadata
- Download URL: console_agent-0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2969f74f56f8b58e1d29f3ef0ca1cde3b3610fa350cfbd66fb572ea049950e9
|
|
| MD5 |
0313f12c1bf977e680de1e57dc7aa065
|
|
| BLAKE2b-256 |
76feb286fa1578447e8553704588b26ad0f5cd7b2bd0d63c62c62819333f28c2
|
File details
Details for the file console_agent-0.0.1-py3-none-any.whl.
File metadata
- Download URL: console_agent-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
488f0ca35bfbecca5f5ec45307dfb1fe6299097ab8d5400b003a83d4cf50e01d
|
|
| MD5 |
50dd3b9da508b2109b16b9a3af0e17f9
|
|
| BLAKE2b-256 |
466e4f8d576083ee9270fa9e46750d8c0c909ac28a14b0614194926792ebdad2
|