https://github.com/checkpointsw/chkp_nano_agents
https://github.com/checkpointsw/chkp_nano_agents
nano-agent security-attachment
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/checkpointsw/chkp_nano_agents
- Owner: CheckPointSW
- Created: 2019-01-27T13:05:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T12:34:54.000Z (over 4 years ago)
- Last Synced: 2025-08-20T00:30:04.070Z (10 months ago)
- Topics: nano-agent, security-attachment
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security_components/README.md
Awesome Lists containing this project
README
# chkp_nano_agents
Check Point Nano-Agents are an integral part of Generation VI security solutions platform.
The following repository contains Check Point Nano-Services and attachments, the building blocks of Nano-Agents.
It is an open source created to allow the community to view and add additional agents which will provide Check Point security to additional environments.
## Content
`Attachments` - Variety of attachments used for getting input from the environment and performing actions upon security logic decisions.
`core_components` - SDK of core capabilities requires for a nano services and attachments.
`security_components` - Variety of security logic components that use input from attachment and other compnents to reach a security decision.
`nano_services` - Services that run on a Nano Agent, and comprised of several components.
`message_definitions` - Definitions of messages that can pass between services, or between service and attachment.
`agent_boiler_plate` - Concise example with documentation references of how a new agent can be created.
###### For additional documentaion references, see the agent_boiler_plate folder.