A powerful library for building code agents
Project description
CodeAgents
A powerful library for building code agents.
Installation
npm
npm install codeagents
pip
pip install codeagents
Usage
JavaScript
const { CodeAgent } = require('codeagents');
const agent = new CodeAgent('MyAgent');
const result = agent.execute('console.log("Hello World")');
const analysis = agent.analyze('const x = 5;\nconst y = 10;');
Python
from codeagents import CodeAgent
agent = CodeAgent('MyAgent')
result = agent.execute('print("Hello World")')
analysis = agent.analyze('x = 5\ny = 10')
License
MIT
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
codeagents-1.0.0.tar.gz
(2.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 codeagents-1.0.0.tar.gz.
File metadata
- Download URL: codeagents-1.0.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c02f2b05ae6d88e278068472aff4aff2c6e90a71af7b467b7b796de0168e4951
|
|
| MD5 |
9c505fbed70c509e7f7a5441d0d89209
|
|
| BLAKE2b-256 |
00ff1290cd9fa933fb5eabfa49f2f2659d3eaa5765742194d9bbd3335c17e347
|
File details
Details for the file codeagents-1.0.0-py3-none-any.whl.
File metadata
- Download URL: codeagents-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57a585f0e9022e7a684e1264412aa78ab8d7373c092077946150cb843f8cd2e7
|
|
| MD5 |
2b417357c348086901619352dc4f86d2
|
|
| BLAKE2b-256 |
be46a016662088a16ef953f658c737d7ee2149225b5ebfcb4ed075f7a61402cb
|