
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
cortex-python-profiles
Advanced tools
Profile of 1 Extension for the Base Python Module of the Cortex Cognitive Platform
[cortex-python][https://github.com/CognitiveScale/cortex-python] The Cortex Python Profiles module extends the Base Python Module of the Cortex Cognitive Platform with Profile of 1 related functionality.
Refer to the Cortex documentation for details on how to use the library:
To install:
> pip install cortex-python-profiles
or from source code:
> git clone git@github.com:CognitiveScale/cortex-python-profiles.git
> cd cortex-python-profiles
> pip install -e .
When developing, it's a best practice to work in a virtual environment. Create and activate a virtual environment:
> virtualenv --python=python3.6 _venv
> source _venv/bin/activate
Install developer dependencies:
> git clone git@github.com:CognitiveScale/cortex-python-profiles.git
> cd cortex-python-profiles
> make dev.install
There's a convenience Makefile
that has commands to common tasks, such as build, test, etc. Use it!
Follow above setup instructions (making sure to be in the virtual environment and having the necessary dependencies)
make test
to run test suiteTo run an individual file or class method, use pytest. Example tests shown below:
pytest test/unit/agent_test.py
pytest test/unit/agent_test.py::TestAgent::test_get_agent
Suppose you want to release new functionality so it can be installed without releasing a new official version. We need to use an alpha version in PyPi.
cortex-python
pypi CognitiveScale account (via lastpass)make dev.push TAG=<alpha release number>
. Example: make dev.push TAG=1
After contributing to the library, and before you submit changes as a PR, please do the following
make test
setup.py
version and update the CHANGELOG.md
Activate your virtual environment:
> source _venv/bin/activate
Setup your environment, if you have not done so:
> make dev.install
The package documentation is built with Sphinx and generates versioned documentation for all tag matching the release/X.Y.Z
pattern and for the master
branch. To build the documentation:
> make docs.multi
The documentation will be rendered in HTML format under the docs/_build/${VERSION}
directory.
> make dev.push TAG=1
Where TAG
is the alpha version number. This will build an alpha-tagged package.develop
to staging
branch:
> make stage
staging
to master
.FAQs
Profile of 1 Extension for the Base Python Module of the Cortex Cognitive Platform
We found that cortex-python-profiles demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.